home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / os2 / etelr21 / e-teller.inf (.txt) < prev    next >
OS/2 Help File  |  1994-09-18  |  120KB  |  2,667 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. E-Teller is a bank and credit card account management utility which offers, 
  5. among other features, the ability to print cheques using user-designed layouts, 
  6. password protection, and an internal calendar. 
  7.  
  8. E-Teller is not free.  Please see the Registration topic for information on 
  9. registering E-Teller. 
  10.  
  11.  
  12. ΓòÉΓòÉΓòÉ 2. IMPORTANT NOTICE ΓòÉΓòÉΓòÉ
  13.  
  14. This is likely to be the last VX-Rexx version of E-Teller (providing I can 
  15. convert the program to C++ as I would like to do). 
  16.  
  17. Exceptions are:  my inability to convert E-Teller or bug fixes. 
  18.  
  19.  
  20. ΓòÉΓòÉΓòÉ 3. What's New ΓòÉΓòÉΓòÉ
  21.  
  22.  
  23. ΓòÉΓòÉΓòÉ 3.1. Version 2.1 ΓòÉΓòÉΓòÉ
  24.  
  25. New Features: 
  26.  
  27.  1. E-Teller now sports a calendar, accessible by clicking on the Display | 
  28.     Calendar menu item. 
  29.  
  30.  2. User can now set the next cheque number manually by clicking on the Options 
  31.     | Next cheque... menu item. 
  32.  
  33.  3. It is now possible to create a multi-category transaction without first 
  34.     having entered a credit or debit amount.  The total of all multiple 
  35.     categories can be used as the credit or debit. (see the Multiple category 
  36.     topic). 
  37.  
  38.  4. E-Teller is now able to print cheques (never having printed cheques myself 
  39.     and never having used printable cheques, this version of the Cheque Printer 
  40.     may fall short of desired expectations, but it's not the final word). 
  41.  
  42.  5. Users can now get a balance of all accounts -- total of all bank account 
  43.     balances minus total of all outstanding ccard expenditures -- by  selecting 
  44.     the Global balance... item from the account window's 'Utilities' menu. 
  45.  
  46.  6. User is no longer restricted to the yy/mm/dd date format.  He/she can 
  47.     select one of three choices from the 'Options | Date Format  | <format>' 
  48.     menu in the ledger window:  1) European (dd/mm/yy); 2) Ordered (yy/mm/dd); 
  49.     3) US (mm/dd/yy). 
  50.  
  51.     Note:  I haven't changed any of the sorting code, since it seemed to work 
  52.     well the way it was in all 3 formats.  If your experience is different, let 
  53.     me know.  The program defaults to the  Ordered format. 
  54.  
  55.  7. User can now enter new transactions directly in the ledger (by pressing 
  56.     Ctrl+N to initiate the process and <Tab> or <BackTab> to manoeuvre between 
  57.     fields).  (see the Create new... and Append new topics). 
  58.  
  59.  8. Ledger windows now show the account's icon above the system menu. 
  60.  
  61.  9. Added a 'Font...' item to the account window's 'View' menu, which invokes a 
  62.     standard font dialog. 
  63.  
  64. 10. Added a 'Font...' item to the ledger window's 'Display' menu, which invokes 
  65.     a standard font dialog. 
  66.  
  67.     Note:  there seems to be a problem with VX-Rexx 2.1. Sometimes, it 
  68.     mistakenly identifies the account container's font before destroying the 
  69.     window, in which case the selected font type/size is not restored at next 
  70.     invocation. To remedy this situation, the account container's font is saved 
  71.     whenever a font selection is made rather than before the window closes, 
  72.     and, as a result, the value is saved to its own key in the INI file, unlike 
  73.     previously, which means that the current 2.0 font selection will not be 
  74.     recognized. 
  75.  
  76. 11. E-Teller comes with its own calculator (in case the next version of OS/2 
  77.     omits the calculator applet). 
  78.  
  79. 12. Limited password protection for individual accounts. 
  80.  
  81. 13. It is now possible to drag transactions from one ledger to another. 
  82.  
  83. 14. E-Teller now traps such things as syntax errors and the like by displaying 
  84.     some relevant information in a dialog box.  If you get one of these, I 
  85.     would appreciate hearing about it, particularly the information contained 
  86.     in the dialog. 
  87.  
  88. 15. The button-bar icons have either changed or been made more visually 
  89.     appealing -- I think I've finally tapped into my artistic abilities. :) 
  90.  
  91. 16. A new Express report has been added to the Ledger menu which sends the 
  92.     contents of the current ledger to the printer (except for the memo, 
  93.     category, and multiple category columns). 
  94.  
  95. Fixes: 
  96.  
  97.  1. User-defined account icons were not being displayed.  (reported by Glenn 
  98.     Davies) 
  99.  
  100.  2. ET_Month.exe was not regenerating the et_fix.dat file properly. 
  101.  
  102.  3. Recalculation would terminate when attempting to format a one-digit number 
  103.     in accordance with international currency settings.  (reported Gordon 
  104.     McFee) 
  105.  
  106.  4. Returning from a cleared transaction display would not format the balance 
  107.     correctly. (reported Gordon McFee) 
  108.  
  109.  5. Cursor would not return to bottom of MLE when editing multiple categories 
  110.     directly in the Multi-Category Transaction dialog box (reported Timur Tabi) 
  111.  
  112.  6. The mini icon size menu item was not being checked during initialization if 
  113.     this option was selected. 
  114.  
  115.  7. When pausing a reconciliation and changing the credit/debit value, the 
  116.     balance would not be updated.  (reported by Timur Tabi) 
  117.  
  118. Changes: 
  119.  
  120.  1. Fixed Transactions are now created by selecting an existing ledger 
  121.     transaction. 
  122.  
  123.  2. Much of the initialization code for the main accounts window and the ledger 
  124.     window has been moved into separate threads.  As a result, loading is a 
  125.     little snappier. 
  126.  
  127.  3. Moved the 'Options' item from the Transaction menu to the menu bar. 
  128.  
  129.  4. 'Ctrl+F4' accelerator in the accounts window to close opened ledgers has 
  130.     been changed to F3 in accordance with the similar accelerator in the ledger 
  131.     window. 
  132.  
  133.  5. Removed the 'Highlight' item from the 'Options' menu in the ledger window 
  134.     -- no longer relevant. 
  135.  
  136.  6. Removed the 'Auto dropdown' item from the 'Options' menu in the ledger 
  137.     window -- not longer relevant. 
  138.  
  139.  7. Removed the 'Enter key tabs' item from the 'Options' menu in the ledger 
  140.     window -- VX-Rexx accepts only the <Tab> and <BackTab> keys. 
  141.  
  142.  8. Icons in ledger window have been made smaller. 
  143.  
  144.  9. The way in which a font is selected for the ledger (see above). 
  145.  
  146. 10. The calculator menu (clicking on it invokes the calculator from the ini 
  147.     file; clicking on the 'Select...' invokes a file dialog box.) 
  148.  
  149. 11. Account items in the particulars list are no longer preceded by an 
  150.     asterisk; rather they are enclosed within square brackets. 
  151.  
  152. 12. Auto-sorting has been re-enabled so appended transactions are automatically 
  153.     repositioned if the 'Sort' menu item is checked. 
  154.  
  155.     Note:  European format doesn't seem to want to sort for some reason, 
  156.     although both Ordered and U.S. do. 
  157.  
  158. 13. Increased the numbers limit from 5 to 10 (I received mail about one Eastern 
  159.     country having cheque numbers as high as 8, and soon to be 9). 
  160.  
  161. 14. The behaviour of the 'piggy-bank' button has changed -- click once to 
  162.     create a new transaction (equivalent to Create new in the Transactions 
  163.     menu); click a second time to confirm the addition or emendation. 
  164.  
  165.  
  166. ΓòÉΓòÉΓòÉ 3.2. Version 2.0a ΓòÉΓòÉΓòÉ
  167.  
  168. Fixes: 
  169.  
  170.  1. Two bugs in installation routine:  1) one of the macro files was not copied 
  171.     into the macros\ directory; 2) an error would occur when the final message 
  172.     about international currency support was to be inserted into the MLE. 
  173.     (reported by Timur Tabi) 
  174.  2. Bug in the rebaccts.vrm macro-a new installation would go into an endless 
  175.     loop. 
  176.  3. Bug when creating a new account. 
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 3.3. Version 2.0 ΓòÉΓòÉΓòÉ
  180.  
  181. New features: 
  182.  
  183.  1. Resource icons contained in the new et_dll.dll file rather than being bound 
  184.     to the .exe.  ET_dll.dll also contains some functions; and so it's as 
  185.     necessary as vrobj.dll. 
  186.  2. E-Teller, the Report, and Budget utilities can now use their own 
  187.     user-defined directories-each has a Directories... menu item to allow this. 
  188.  3. User can now change the column order of reports. 
  189.  4. Reports now contain a clear/uncleared column. 
  190.  5. Reconciliation pause toggle button for adding/editing transactions while 
  191.     reconciling. 
  192.  6. It is now possible to have E-Teller display cleared transactions 
  193.     automatically for individual accounts by closing it while the cleared 
  194.     transactions are displayed. 
  195.  7. International currency support for E-Teller and its utilities.  In other 
  196.     words, users are no longer restricted to the North American $1,000.00 
  197.     format.  E-Teller now uses the values in the OS2.INI file to determine 
  198.     currency symbol/location, thousand/decimal separator, etc.  So, DM 
  199.     1.000,30; 1,000.00 $; $1 000.300 are all perfectly acceptable, as long as 
  200.     you've told OS/2 to treat currency numbers this way (in the System folder). 
  201.     The program defaults to $1,000.00 
  202.  8. Cancel button in the ledger save prompt. 
  203.  9. It is now possible to delete cleared transactions from within E-Teller. 
  204. 10. If the date field is visible, but no date is entered when appending a 
  205.     transaction, E-Teller asks user if he/she would like to use the default 
  206.     system date rather than generate an error prompt. 
  207. 11. Accounts window now keeps track of improperly closed ledgers, i.e. the 
  208.     cross-hatch is removed if the ledger's thread can't be found. 
  209. 12. Some commonly/infrequently used routines moved to external VX-Rexx macros 
  210.     (in the \macros subdirectory). 
  211. 13. New parameter switch for debugging those mysterious abrupt closures of 
  212.     ledgers-add the con switch to the parameter line and the VX-Rexx console 
  213.     will be active. 
  214. 14. A small little utility called VX-Rexx Sleep that is intended to do nothing 
  215.     major except to preload vrobj.dll, which significantly decreases E-Teller's 
  216.     loading time.  When the VX-Rexx Sleep window is active, the system date and 
  217.     time is displayed, and the time is updated every minute.  When the window 
  218.     is minimized and another window is activated, VX-Rexx Sleep does what its 
  219.     name suggests.  Right-click on the window for options. 
  220.  
  221. Fixes: 
  222.  
  223.  1. Clicking on the QIF converter item in the Utilities menu would generate a 
  224.     file-not-found error, even though the file was in the working directory. 
  225.     (reported by Timur Tabi) 
  226.  2. Invoking the 'Category' window from within the Search dialog box before the 
  227.     contents of the 'Category' drop-down combobox could be filled resulted in 
  228.     an empty list box in the former. 
  229.  3. Adding a new transaction would call on the budget update routine twice. 
  230.  4. Some transaction values were set to NULL before creating a fixed 
  231.     transaction. 
  232.  5. Bug in E-Teller Report when a tabulation was attempted on a non-numeric 
  233.     value (my type, not an accout error).  (reported by Timur Tabi) 
  234.  6. Bug in E-Teller Report if the user clicked 'Cancel' in the report-file 
  235.     exists prompt. 
  236.  7. Bug in Sort menu item-clicking would have no effect where sorting was 
  237.     concered.  (reported by Carl Graham) 
  238.  8. Arithmetic error when reading cleared transactions. (reported by Kevin 
  239.     Quinn) 
  240.  9. Bug when adding a fixed transaction from an editing session-some of the 
  241.     values were not being written to file. 
  242. 10. Calculator was not getting the focus after invocation. (reported by Timur 
  243.     Tabi) 
  244. 11. Double-clicking on a monthly budget item could halt the budget utility. 
  245. 12. Date, Number, Particulars, Credit, and Debit entry fields are disabled if 
  246.     the associated ledger fields are hidden since these are useless if the 
  247.     ledger field is not visible.  (reported by Timur Tabi) 
  248. 13. Menu items and push/toggle buttons were not enabled after adding the first 
  249.     record to an account. 
  250.  
  251. Changes: 
  252.  
  253.  1. Minimize button in ledger to a Hide button.  For some inexplicable reason, 
  254.     minimizing and then restoring the window would hide transaction records. 
  255.     Hiding and then restoring the window eliminates this problem.  (reported by 
  256.     Timur Tabi) 
  257.  2. Abort transaction accelerator to ESC from Ctrl+Backspace. 
  258.  3. Moved pushbuttons from some windows to a menu (produces a less cluttered 
  259.     appearance). 
  260.  4. Removed the warning message when editing cleared transactions. 
  261.  5. Fixed Monthly checkbox in the Transaction Options dialog box is disabled if 
  262.     the date field is empty. 
  263.  6. Transaction Options dialog box is now modal to prevent user from clicking 
  264.     on one of the ledger buttons or menu items. 
  265.  7. A transaction date is no longer required. 
  266.  8. Double-clicking on a hatched ledger icon no longer prompts user to refresh 
  267.     contents.  Instead, it restores the window if minimized and sets the focus 
  268.     to the ledger container. 
  269.  9. Removed 'Close all' item from the Accounts menu since it is redundant. 
  270.  
  271.  
  272. ΓòÉΓòÉΓòÉ 3.4. Version 1.9 ΓòÉΓòÉΓòÉ
  273.  
  274. New features: 
  275.  
  276.  1. Budget utility for building weekly, monthly, and yearly budgets. 
  277.  2. Q2ET now builds a category.dat category list based upon the categories 
  278.     found during the conversion of a QIF file. 
  279.  3. Added a Refresh now item to the popup menu for the Number, Particulars, and 
  280.     Category comboxes to refresh the contents of the respective lists after 
  281.     manually editing or adding to the file. 
  282.  4. User-select descriptive text highlighting for the various transaction 
  283.     fields. 
  284.  5. Pressing <Enter> in the Number, Particulars, or Category field expands the 
  285.     entered prefix string to the first entry matching that prefix. 
  286.  6. User can now turn automatic combo box drop down on and off by clicking on 
  287.     the new Auto dropdown item in the Transactions | Options menu. 
  288.  7. Pressing <Tab> from the Categories field now signals the routine for 
  289.     appending a new transaction. 
  290.  8. Small error-checking routine for direct edits, in case a non-numeric value 
  291.     is entered in either the credit or debit column. 
  292.  
  293. Fixes: 
  294.  
  295.  1. Hint text for the piggy-bank button wrongly stated that the calculator 
  296.     would be loaded.  (Reported by David Weston) 
  297.  2. Display | Memos, Categories, and Multiple categories items were not 
  298.     initially checked as they should have been.  (Reported by Timur Tabi) 
  299.  3. Accounts | View item checkmarks were not being properly set (actually, my 
  300.     ignorance and not a bug).  (Reported by Timur Tabi) 
  301.  4. Cheque numbers weren't being properly incremented. (Reported by Carl 
  302.     Graham) 
  303.  5. Ledger container was being repainted for every new balance when 
  304.     recalculating from the current transaction as opposed to the entire ledger. 
  305.  6. A bug in E-Teller Report would cause it to crash if it didn't find any 
  306.     accounts at startup. 
  307.  
  308. Changes: 
  309.  
  310.  1. Put the system menu back for ledger windows. 
  311.  2. Assigned 1.8's Alt+F4 for closing all ledgers and E-Teller to Alt+F3 (a 
  312.     result of the above change). 
  313.  3. Number, Category fields (and their associated listboxes), and Particulars 
  314.     field (and its associated container) have been replaced by comboxes. 
  315.  4. Field highlighting removed (see above). 
  316.  5. Memo and Category fields are now on a separate line (allows greater room 
  317.     for displaying information). 
  318.  6. Ctrl+Ins for appending new or confirming edited transactions changed to 
  319.     Ctrl+Enter. 
  320.  7. Changed Print... item in the account window's Utility menu to Report.... 
  321.  8. Changed the Ctrl+P accelerator for the Report... menu item in the account 
  322.     window's Utility menu to Ctrl+R. 
  323.  
  324.  
  325. ΓòÉΓòÉΓòÉ 3.5. Version 1.8 ΓòÉΓòÉΓòÉ
  326.  
  327. New features: 
  328.  
  329.  1. Improved report feature (easier to use with a more versatile search/report 
  330.     option). 
  331.  2. E-Teller Report now treats multiple-category transactions as individual 
  332.     transactions. 
  333.  3. Complex searches in E-Teller with and/or operators. 
  334.  4. A Close (F3) menu item in the ledger Ledger menu to close the current 
  335.     ledger only. 
  336.  5. An Exit (Alt-F4) menu item in the ledger Ledger menu to close all accounts 
  337.     and exit E-Teller. 
  338.  6. Added the ability to change the order of the ledger columns (or fields) on 
  339.     a per ledger basis. 
  340.  7. Added the ability to hide the various fields on a per ledger basis. 
  341.  8. Removed the credit/debit window.  Transactions are added directly from the 
  342.     ledger window in transaction fields. 
  343.  9. Right-clicking on the Number, Particulars, and Category entry fields now 
  344.     brings up a menu for editing/adding or deleting items.  The former invokes 
  345.     e.exe. 
  346. 10. Added memo field to multiple-transaction window. 
  347. 11. Added a View item to the Accounts menu to select either Icon, Name, or Text 
  348.     view, in addition to Mini or Regular icon size. 
  349. 12. Q2ET now preserves split transaction memos which E-Teller can use. 
  350. 13. New categories added to the multiple-category combobox are now saved as 
  351.     they are for regular transactions. 
  352. 14. Tax related checkbox in the multiple-category dialog box. 
  353. 15. Ability to edit multiple categories directly. 
  354. 16. Multiple categories are no longer restricted to the string <Multi> as the 
  355.     parent category. 
  356.  
  357. Fixes: 
  358.  
  359.  1. Intermittent problem in opening ledgers - stream would return NOTREADY. 
  360.  2. A few inconsequential and not-so-inconsequential typos. 
  361.  3. A few major and minor bugs in Q2ET. 
  362.  
  363. Changes: 
  364.  
  365.  1. Category, multi-category, and memo fields can now be made visible or 
  366.     invisible on a per ledger basis. 
  367.  2. Removed the system menu from the ledger window. 
  368.  3. Fixed transactions are now edited in two separate multi-line entry fields 
  369.     in one notebook.  On-line help is available for syntax, etc. 
  370.  4. It is now possible to select multiple transactions for deletion. 
  371.  5. Refresh item in the Accounts menu changed to Refresh now. 
  372.  6. Incorporated the Credit/Debit menu items and pushbuttons into one. 
  373.  
  374.     Note:  Both the menu item and pushbutton serve a different purpose in 
  375.     version 1.8 - they add a transaction rather than invoke a window. 
  376.  7. Editing a transaction (either through double-clicking or direct 
  377.     manipulation) now recalculates from that transaction rather than the entire 
  378.     ledger 
  379.  
  380.  
  381. ΓòÉΓòÉΓòÉ 3.6. Version 1.7a ΓòÉΓòÉΓòÉ
  382.  
  383. New features: 
  384.  
  385.  1. Context-sensitive on-line help for virtually every aspect of E-Teller in a 
  386.     genuine OS/2 HLP file. 
  387.  2. Added the missing <Multi> entry in the Category selection listbox in 
  388.     E-Teller Report. 
  389.  
  390. Fixes: 
  391.  
  392.  1. A bug in the installation/conversion utility. 
  393.  
  394. Changes: 
  395.  
  396.  1. The No. field name in the credit/debit window to Number. 
  397.  2. Reenabled the field check following a direct edit (Alt+left-click) so that 
  398.     editing the credit or debit field automatically invokes the recalculation 
  399.     (was disabled due to a bug in VROBJ.DLL 2.0a) 
  400.  
  401.  
  402. ΓòÉΓòÉΓòÉ 3.7. Version 1.7 ΓòÉΓòÉΓòÉ
  403.  
  404. New features: 
  405.  
  406.  1. User-defined account icons (E-Teller no longer defaults to bank.ico and 
  407.     ccard.ico) 
  408.  2. Multiple categories for a single transaction and a corresponding SEND 
  409.     parameter in E-Teller Report. 
  410.  3. Installation utility (required, since file format has changed to 
  411.     accommodate multi-category). 
  412.  4. E-Teller Report automatically selects a script called default.fmt. 
  413.  5. Save last date option in Transactions | Options (either use the current 
  414.     system date for first transaction entered in a new session, or the last, 
  415.     latest date of a transaction during a previous session). 
  416.  6. ET_Month is now able to resolve five instances of a given weekday within a 
  417.     month thereby eliminating a second spurious weekday transaction with 
  418.     monthly frequency. 
  419.  
  420. Fixes: 
  421.  
  422.  1. Bug for tax-related transactions whereby <tax> would be added a second time 
  423.     if the transaction appeared in info.dat and was used again. 
  424.  2. Ledger windows were not being properly cascaded when opened. 
  425.  3. When closing the main window and a ledger required saving, E-Teller would 
  426.     close it anyway without waiting for the user's response. 
  427.  4. When editing a fixed transaction with a single-digit date, that date would 
  428.     not be properly displayed in Begin on:. 
  429.  5. Ledger container would not repaint when undeleting transactions. 
  430.  6. A miscalculation when displaying cleared transactions. 
  431.  
  432. Changes: 
  433.  
  434.  1. Sort item in the Transactions menu is no longer saved to e-teller.ini (it 
  435.     was causing unpredictable results when recalculating).  Instead, click Sort 
  436.     and the records are sorted, after which you are asked if you want to save 
  437.     the sort order to file, which is the order in which E-Teller will read the 
  438.     transactions in the future. 
  439.  2. Fixed transaction checkbox disabled until amount is entered. 
  440.  3. Menu structure in E-Teller Report to reflect more accurately the items 
  441.     contained in each. 
  442.  4. Q2ET is now more reliable and automated. 
  443.  5. Q2ET now calls upon epm.exe rather than e.exe for error correction (easier 
  444.     to locate line numbers). 
  445.  6. Q2ET now preserves split category data when converting Quicken (c) QIF 
  446.     files. 
  447.  
  448. Important notice: Registration fee and payment schedule has changed as of 
  449. version 1.7. Additional payments for subsequent major releases is no longer 
  450. required.  Instead, the initial registration fee has been raised to $25 US ($30 
  451. CDN) and represents a one-time payment which covers all subsequent releases for 
  452. both current and future registered users. 
  453.  
  454.  
  455. ΓòÉΓòÉΓòÉ 3.8. Version 1.6 ΓòÉΓòÉΓòÉ
  456.  
  457. New features: 
  458.  
  459.  1. Moved ledger to separate window so that multiple accounts may be opened 
  460.     simultaneously. 
  461.  2. Added checking routine to ET_Month to ensure that et_fixed.dat isn't 
  462.     processed more than once at the start of a new calendar month (in case the 
  463.     system is booted twice on the first). 
  464.  3. Added a routine to ET_Month to ensure that et_fix.dat is generated for each 
  465.     new month, in case the user doesn't boot OS/2 (c) on the first of the 
  466.     month. 
  467.  4. Added accelerators for the Reconcile and Delete menu items in the ledger 
  468.     window. 
  469.  5. Added user-defined digits support (see Command line parameters). 
  470.  6. INF-like help (crude, but effective) with semi-context-sensitive help. 
  471.  7. Fields in the credit/debit window now change their background colour 
  472.     whenever a field has the focus. 
  473.  8. User-defined behaviour for the <Enter> key in the credit / debit window 
  474.     (either selects OK or tabs to next field). 
  475.  9. Added an Income tax category checkbox in the credit / debit window. 
  476. 10. E-Teller Report can now create reports of income-tax related transactions 
  477.     only. 
  478.  
  479. Fixes: 
  480.  
  481.  1. Potential bug in selecting balance adjustment in reconciliation if there is 
  482.     only one transaction in the ledger. 
  483.  2. Typo in reconciliation dialogbox. 
  484.  3. The reconciliation toggle button would not return to its depressed state 
  485.     when selecting Cancel from the discrepancy dialog box. 
  486.  4. The fixed day-of-week transactions may have been inadvertently removed from 
  487.     et_fixed.dat when adding a fixed date-of-month transaction. 
  488.  5. A potential et_month problem in updating cheque numbers on transactions 
  489.     which occur more than once a month. 
  490.  
  491. Changes: 
  492.  
  493.  1. Rewrote comma code to support unlimited commas. 
  494.  2. Integrated progress bar into the ledger window (separate window was too 
  495.     obtrusive) 
  496.  3. Cleared toggle button is depressed if user chooses not to save after 
  497.     reconciliation. 
  498.  4. Removed the back/forecolor window.  Neat, but took up too much valuable 
  499.     code real estate to warrant its existance.  User can still set the 
  500.     background colour only of the ledger and accounts containers only. 
  501.  5. Removed the set ledger font window, but it is still possible to set the 
  502.     font of the ledger container. 
  503.  6. Cycling through the date in the credit/debit window now recognizes leap 
  504.     years. 
  505.  7. Removed the window associated with et_month (messages went by far too 
  506.     quickly to be of any real use). 
  507.  8. Changed the Entries menu item in the ledger window to Transactions 
  508.  
  509.  
  510. ΓòÉΓòÉΓòÉ 3.9. Version 1.5 ΓòÉΓòÉΓòÉ
  511.  
  512. New Features: 
  513.  
  514.  1. More intelligent and dependable Quicken (c) file conversion program (now an 
  515.     .exe). 
  516.  2. Added comma support for amounts (stops at 999,999,999.00 since Rexx begins 
  517.     to use exponents after that). 
  518.  3. Fixed transactions are now more intelligent and can be set for specific 
  519.     weekdays and one of four frequencies - weekly, biweekly, triweekly, and 
  520.     monthly. 
  521.  4. ET_Month now keeps track of the last cheque (if applicable) and prompts the 
  522.     user to enter the next cheque number at the start of each calendar month if 
  523.     the Prompt for next cheque number checkbox is checked in the Fixed 
  524.     Transaction window 
  525.  5. Added progress bar for reading, and saving transactions. 
  526.  6. Added a Recalculate. item in the Entries menu to force a recalculation. 
  527.  7. Added mnemonics to the accounts and ledger groupboxes for quick switching. 
  528.  8. Various *.dat files are now reduced to three:  number.dat, info.dat, and 
  529.     category.dat (unchanged). 
  530.  9. Editing et_fix.dat and et_fixed.dat is now handled separately. 
  531. 10. Added an error handling routine in case something goes wrong when reading 
  532.     account files.in 
  533. 11. Dispensed with the transaction count when reading cleared and uncleared 
  534.     transactions to speed up the reading/formatting process. 
  535. 12. The recalculation routine is called when reading uncleared transactions 
  536.     rather than having the running balance updated for each record read - 
  537.     speeds up the reading/formatting process. 
  538.  
  539. Fixes: 
  540.  
  541.  1. Fixed an erroneous (and harmless) message about an account not having a 
  542.     filename associated with it when saving the account after reconciling. 
  543.  2. The balance column was not made visible after successfully reconciling the 
  544.     account. 
  545.  3. If deleted transactions are displayed and user saves account, the undeleted 
  546.     transactions are first displayed (to prevent only the deleted transactions 
  547.     from being saved). 
  548.  4. Fixed an error whereby the string 'day' would be saved for fixed 
  549.     transactions rather than the actual date. 
  550.  5. Fixed a bug whereby coming back from undeleting would not recalculate the 
  551.     balance. 
  552.  6. Fixed a mysterious bug in editing fixed transactions. 
  553.  7. Think I fixed a mysterious lockup in credit/debit window 
  554.  8. Fixed a buglet in the pre-reconcilition routine. (reported by S. John 
  555.     Banner) 
  556.  9. Fixed a bug whereby bogus pay to.../details data would be saved to the 
  557.     number.dat file. 
  558. 10. Tabbing from the Number combo-box in the credit/debit window now fills in 
  559.     all of the various fields with previously saved data. 
  560. 11. The amount field in the credit/debit window now has the descriptive text 
  561.     'Amount' attached to it, so pressing Alt+A moves user directly to that 
  562.     field. 
  563. 12. The balance would not be recalculated when going from a non-sorted to a 
  564.     sorted display. 
  565. 13. Routines have been added to ensure that multiple instances of the same 
  566.     window aren't loaded. 
  567.  
  568.  
  569. ΓòÉΓòÉΓòÉ 4. Installation ΓòÉΓòÉΓòÉ
  570.  
  571. This section explains how to install E-Teller 2.1. 
  572.  
  573. By now, it is assumed that previous users of E-Teller no longer require that 
  574. their files be converted to work for versions 1.7 and up, and so no conversion 
  575. utility is included in the installation utility. 
  576.  
  577. If you are a new user, simply run the install.cmd file which, in turn, invokes 
  578. the _install.exe utility.  The sole reason for install.cmd is to ensure that a 
  579. VX-Rexx application is not run with two copies of VROBJ.DLL on the drive 
  580. (VX-Rexx may get confused and perform unpredictably). 
  581.  
  582. In all cases, you are requested to enter a target directory.  If you are a 
  583. previous user of E-Teller and do not want to install over your existing copy, 
  584. select a different directory.  After installing in a new directory, you should 
  585. copy your e-teller.ini file to the new location since it holds, among other 
  586. things, your registration key (if you've registered), and the location of your 
  587. account, report, icon, and budget files. 
  588.  
  589. A manual installation is possible.  You must copy VROBJ.DLL to a location in 
  590. your libpath statement; copy all but the *.vrm and *.vrw files to your proposed 
  591. directory; and copy the *.vrm and *.vrw files to a directory named macros 
  592. beneath the E-Teller directory. 
  593.  
  594. A complete list of all the files which should have been in the directory is 
  595. contained in the read.me file. 
  596.  
  597.  
  598. ΓòÉΓòÉΓòÉ 5. Accounts Window ΓòÉΓòÉΓòÉ
  599.  
  600. This section describes the operations specific to the Accounts window and its 
  601. various menu items. 
  602.  
  603. Available Accounts menu topics are: 
  604.  
  605. New 
  606. Close 
  607. Edit... 
  608. Delete 
  609. Password protect... 
  610. Set icon... 
  611. New fiscal year... 
  612.  
  613. Available Options menu topics are: 
  614.  
  615. Auto open 
  616. Backup on exit 
  617. Refresh now 
  618. Date format 
  619. Directories... 
  620. Font... 
  621. Icon size 
  622. View 
  623.  
  624. Available Utilities menu topics are: 
  625.  
  626. Budget... 
  627. Report... 
  628. QIF converter... 
  629. Global balance... 
  630.  
  631. Additional help is available for: 
  632.  
  633. Opening regular accounts 
  634. Opening fixed accounts 
  635.  
  636.  
  637. ΓòÉΓòÉΓòÉ 5.1. Creating a new account ΓòÉΓòÉΓòÉ
  638.  
  639. Select the New item from the Accounts menu to create a new account. 
  640.  
  641. When creating a new account, you supply a minimum of four pieces of information 
  642. from an available six: 
  643.  
  644. o Name 
  645. o Number 
  646. o Balance 
  647. o Date 
  648. o Type 
  649. o Icon 
  650.  
  651. Name (required) 
  652.           is the name which appears in the Accounts window and in the Report 
  653.           Accounts notebook page. 
  654.  
  655. Number (optional) 
  656.           is an optional account number 
  657.  
  658. Balance (required) 
  659.           is used by E-Teller when you first reconcile your account.  Before 
  660.           the account is first balanced, your starting Balance is, in fact, the 
  661.           Ending Balance. 
  662.  
  663. Date (required) 
  664.           is used by E-Teller in searching for transactions and in printing 
  665.           reports. Dates must adhere to the yy/mm/dd format which E-Teller uses 
  666.           in order to sort transactions. 
  667.  
  668. Type (required) is used by E-Teller to decide upon an appropriate action when 
  669. crediting and debiting an account.  There are only two types of accounts: 
  670.  
  671.     1. Bank (bank book icon) 
  672.     2. Credit Card (credit card icon) 
  673.  
  674. Icon (optional)is an .ICO file of your choice which will act as a visual 
  675. representation in E-Teller's accounts container and as the icon above the 
  676. ledger's system menu.  This .ICO file can reside anywhere on your hardrive. 
  677. For simplicity's sake, an \Icon directory was created beneath E-Teller's if you 
  678. used the installation utility. 
  679.  
  680. There are two ways you can specify an external .ICO file: 
  681.  
  682.     1. clicking on the Find Icon... pushbutton 
  683.     2. dragging an .ICO file to the square next to the Icon: label 
  684.  
  685.           Note:  The only limitation is the Fixed Transactions item in the 
  686.           accounts container whose icon cannot be set. 
  687.  
  688.  
  689. ΓòÉΓòÉΓòÉ 5.2. Closing account ledgers ΓòÉΓòÉΓòÉ
  690.  
  691. Click the Close menu item to close all of the currently opened ledgers or, by 
  692. right-clicking on a specific ledger, only that ledger from the account window. 
  693.  
  694.  
  695. ΓòÉΓòÉΓòÉ 5.3. Refresh now... ΓòÉΓòÉΓòÉ
  696.  
  697. Click the Refresh now... menu item to refresh the records in the accounts 
  698. window. What this item does is, basically, delete the interpretable macro file 
  699. (see below), fetch the account directory from e-teller.ini, and rebuild the 
  700. macro file. 
  701.  
  702. A word of explanation is in order.  E-Teller loads the accounts into the 
  703. container by interpreting an external file which is located in the macros 
  704. directory beneath E-Teller's.  When the program is first started, it looks for 
  705. this file.  If it finds it, it interprets each line in order to save time in 
  706. filling the container (otherwise, it would have to sniff out the data from each 
  707. of the account *.clr files).  If the lstaccts.etm file is not found, E-Teller 
  708. builds it. 
  709.  
  710. This is fine if a user doesn't move his/her account files to a different 
  711. directory manually, i.e. without going through the Directories... menu item. 
  712. If a user does move the accounts manually, then the lstaccts.etm file is not 
  713. updated as it should be, although it appears that the accounts have been 
  714. successfully located.  Problems begin when an account icon is double-clicked. 
  715. E-Teller can't find the *.clr and *.ldg files, so it is unsuccessful in opening 
  716. the account.  In other words, if you move the account files manually, specify 
  717. the new account directory by clicking on the Directories... item, delete the 
  718. lstaccts.etm file, and restart E-Teller.  This way, the program will be forced 
  719. to look for the directory in e-teller.ini and to rebuild the interpretable 
  720. file. 
  721.  
  722.  
  723. ΓòÉΓòÉΓòÉ 5.4. Date Format ΓòÉΓòÉΓòÉ
  724.  
  725. This topic explains the Date Format menu item. 
  726.  
  727. This menu item permits you to select one of three date formats from the 
  728. accounts window.  These are: 
  729.  
  730. o European (dd/mm/yy) 
  731. o Ordered (yy/mm/dd) 
  732. o U.S. (mm/dd/yy) 
  733.  
  734. Note:  This menu item is disabled while a ledger is opened to prevent a user 
  735. from changing the format without the ledger being notified.  For further 
  736. information on the date format feature, please see the ledger Date format 
  737. topic. 
  738.  
  739.  
  740. ΓòÉΓòÉΓòÉ 5.5. View ΓòÉΓòÉΓòÉ
  741.  
  742. This topic describes the various options beneath the View menu item. 
  743.  
  744. This cascaded menu permits you to select one of three container views for the 
  745. accounts window.  These are: 
  746.  
  747. Icon 
  748.           Selects an icon view for the account container in which the account 
  749.           names are located beneath the icon. 
  750.  
  751. Text 
  752.           Display the container records without their icons. 
  753.  
  754. Name 
  755.           Selects a name view for the account container in which the account 
  756.           names are located to the right of the icon. 
  757.  
  758.  
  759. ΓòÉΓòÉΓòÉ 5.6. Edit ΓòÉΓòÉΓòÉ
  760.  
  761. This topic explains the function of the Edit menu item. 
  762.  
  763. The Edit item permits a user to edit all but the starting balance of an 
  764. account.  For a description of the various fields in the Edit Account window, 
  765. see the New topic. 
  766.  
  767.  
  768. ΓòÉΓòÉΓòÉ 5.7. Delete ΓòÉΓòÉΓòÉ
  769.  
  770. This topic explains the function of the Delete menu item. 
  771.  
  772. Select the Delete item to delete an account, which essentially removes the 
  773. account's .clr and .ldg files, as well as the account's entry in the 
  774. e-teller.ini file. 
  775.  
  776. If you select this item from the pull-down menu, then the first selected 
  777. account will be considered the one you want deleted.  Alternatively, 
  778. right-click on the account you want to delete and select Delete from the popup 
  779. menu. 
  780.  
  781. Note:  In all cases, a dialog box prompts you to confirm that the account is to 
  782. be deleted. 
  783.  
  784.  
  785. ΓòÉΓòÉΓòÉ 5.8. Password protect... ΓòÉΓòÉΓòÉ
  786.  
  787. This topic explains how the password protection feature. 
  788.  
  789. When you click on this item and the account is not password protected, then a 
  790. dialog box will be displayed in which you enter the new password for the 
  791. account in one field and enter an identical password in the verification field. 
  792. If both match, the account will be password protected, and will be opened only 
  793. if the valid password is entered. 
  794.  
  795. If the account is already password protected, you can change its password by 
  796. clicking on the Password protect... menu item.  In order to change the 
  797. password, you must first enter the valid old password. 
  798.  
  799. To clear an existing password, click on the Password protect... item, enter the 
  800. valid password when prompted, and leave the Password and Verify fields blank. 
  801. E-Teller will then ask you if you wish to clear the password for the current 
  802. account.  Once cleared, the account can be opened without the necessity of 
  803. entering a password. 
  804.  
  805.  
  806. ΓòÉΓòÉΓòÉ 5.9. Set icon... ΓòÉΓòÉΓòÉ
  807.  
  808. This topic explains the function of the Set icon... menu item. 
  809.  
  810. All but the fixed transaction account can display a user-defined .ICO icon 
  811. file. This menu item exists in order to permit quick changes to the account's 
  812. icon.  Alternatively, you can change the account's icon by selecting the Edit 
  813. menu item. 
  814.  
  815. Note:  If no icon has been selected, E-Teller will default to a bank book for 
  816. bank accounts and to a credit card for credit card accounts. 
  817.  
  818.  
  819. ΓòÉΓòÉΓòÉ 5.10. New fiscal year... ΓòÉΓòÉΓòÉ
  820.  
  821. This topic explains the purpose of the New fiscal year... menu item. 
  822.  
  823. What essentially occurs when you select this option is that all of the cleared 
  824. transactions in the *.clr file are deleted.  If you are absolutely certain that 
  825. this is what you want to do, then click on the Proceed button in the 
  826. confirmation dialog box.  If you change your mind while in the entry window, 
  827. you can click Cancel to abort the operation.  Once you click OK then the 
  828. cleared transactions will be removed and the balance in the Balance entry field 
  829. will become the new starting balance. 
  830.  
  831. Note:  It is highly recommended that you not change the value of the Balance 
  832. entry field, since this represents the ending balance of the last 
  833. reconciliation process. 
  834.  
  835.  
  836. ΓòÉΓòÉΓòÉ 5.11. Directories... ΓòÉΓòÉΓòÉ
  837.  
  838. This topic explains the Directories... item common to some of E-Teller's 
  839. applications. 
  840.  
  841. When you select this item, a dialog box appears containing four fields: 
  842.  
  843.  1. Accounts 
  844.  2. Budgets 
  845.  3. Icons 
  846.  4. Reports 
  847.  
  848. Depending on the application from which the dialog was invoked, various fields 
  849. will be disabled.  For example, invoking from within the accounts window 
  850. disables the Budgets and Reports, invoking from within the report application 
  851. enables on the Reports field, and from within the budget application enables on 
  852. the Budgets field.  This is to prevent the given application from not knowing 
  853. that its files have been moved in the event that it is opened at the same time 
  854. as the one which has changed the directories. 
  855.  
  856. The only application which requires special attention is E-Teller itself.  When 
  857. you move the account files, you are, in essence, invalidating the file name 
  858. lines in the et_fix.dat and et_fixed.dat fixed transaction files, which is why 
  859. it is important that you edit the file paths in these files.  E-Teller will 
  860. automatically invoke the fixed file notebook for you when you've changed the 
  861. directories so that you can make the alterations before proceeding on to other 
  862. things. 
  863.  
  864.  
  865. ΓòÉΓòÉΓòÉ 5.12. Font... ΓòÉΓòÉΓòÉ
  866.  
  867. This topic describes the purpose of the Font... menu item. 
  868.  
  869. Clicking on this menu item invokes a font dialog box in which you may select a 
  870. font type and size for the accounts container only.  To change the font display 
  871. for the ledger container, see the Font... topic. 
  872.  
  873.  
  874. ΓòÉΓòÉΓòÉ 5.13. Icon size ΓòÉΓòÉΓòÉ
  875.  
  876. This topic explains the function of the Icon size menu item. 
  877.  
  878. This cascaded menu permits you to select one of two icon size displays: 
  879.  
  880. o mini 
  881. o regular 
  882.  
  883.  
  884. ΓòÉΓòÉΓòÉ 5.14. Auto open ΓòÉΓòÉΓòÉ
  885.  
  886. This section describes the purpose behind the Auto open menu item. 
  887.  
  888. If this item is checked when E-Teller exits, then the last closed account will 
  889. be automatically opened the next time E-Teller is started.  In other words, if 
  890. you're concerned which ledger gets opened when you have Auto open enabled, then 
  891. ensure that you close that ledger window last. 
  892.  
  893.  
  894. ΓòÉΓòÉΓòÉ 5.15. Backup on exit ΓòÉΓòÉΓòÉ
  895.  
  896. This topic explain the purpose of the Backup on exit menu item. 
  897.  
  898. If this menu item is checked when E-Teller exits, then you will be prompted to 
  899. insert a floppy diskette into a drive and to click on it's corresponding 
  900. button, i.e. A: or B:, after which all of the account *.clr and *.ldg files, in 
  901. addition to the various *.dat files located in the accounts directory (see 
  902. Directories...) will be copied to the diskette for backup purposes. If ever you 
  903. need to restore a backup copy of these files, simply copy them from the floppy 
  904. diskette to the accounts directory. 
  905.  
  906.  
  907. ΓòÉΓòÉΓòÉ 5.16. Budget... ΓòÉΓòÉΓòÉ
  908.  
  909. This topic explains the purpose of the Budget... menu item. 
  910.  
  911. Clicking on this menu item invokes E-Teller Budget, a utility which permits a 
  912. user to defined weekly, monthly, and yearly budgets.  For additional help on 
  913. the budget feature, see the Creating a Budget topic. 
  914.  
  915.  
  916. ΓòÉΓòÉΓòÉ 5.17. Report... ΓòÉΓòÉΓòÉ
  917.  
  918. This topic describes the purpose of the Report... menu item. 
  919.  
  920. Clicking this menu item invokes E-Teller Report, a utility designed to create 
  921. reports which currently accept only two formats (I'm still waiting for 
  922. suggestions on other formats). 
  923.  
  924. For additional help on the report feature, see the Creating Reports topic. 
  925.  
  926.  
  927. ΓòÉΓòÉΓòÉ 5.18. QIF converter... ΓòÉΓòÉΓòÉ
  928.  
  929. This topic explains the purpose behind the QIF converter... menu item. 
  930.  
  931. Clicking on this menu item invokes the Q2ET utility which converts Quicken (c) 
  932. QIF files to E-Teller format.  For additional help on the QIF converter 
  933. utility, see the Converting Quicken Data topic. 
  934.  
  935.  
  936. ΓòÉΓòÉΓòÉ 5.19. Global balance... ΓòÉΓòÉΓòÉ
  937.  
  938. This topic explains the purpose of the Global balance... menu item. 
  939.  
  940. Clicking on this menu item invokes the global balance feature of E-Teller. 
  941. What this feature essentially does is sniff out the balances of all the account 
  942. .clr and .ldg files in order to arrive at a net worth.  Simply put, all bank 
  943. account balances are added; all outstanding credit card balances are added; the 
  944. latter is subtracted from the former, e.g. 
  945.  
  946.      Bank Accounts - CCard accounts = Global Balance
  947.  
  948.  
  949. ΓòÉΓòÉΓòÉ 5.20. Opening accounts ΓòÉΓòÉΓòÉ
  950.  
  951. This topic explains how to open an account (or ledger). 
  952.  
  953. To open an existing account, double-click on its icon.  If the account is 
  954. password protected you will be prompted to enter the account's password. 
  955.  
  956.  
  957. ΓòÉΓòÉΓòÉ 6. Ledger Window ΓòÉΓòÉΓòÉ
  958.  
  959. This section describes the operations specific to the Ledger window and its 
  960. various menu items. 
  961.  
  962. Available Ledger menu topics are: 
  963.  
  964. Reconcile 
  965. Save 
  966. Express report 
  967. Fields... 
  968. Close 
  969. Exit 
  970.  
  971. Available Display menu topics are: 
  972.  
  973. Cleared 
  974. Memos 
  975. Categories 
  976. Multiple categories 
  977. Find... 
  978. Calculator 
  979. Calendar 
  980. Item lists 
  981. Font... 
  982. Save settings 
  983.  
  984. Available Transactions menu topics are: 
  985.  
  986. Create new... 
  987. Create fixed... 
  988. Append new 
  989. Abort new/edit 
  990. Multiple category... 
  991. Edit... 
  992. Delete 
  993. Undelete... 
  994. Recalculate 
  995. Sort 
  996. Print cheque(s)... 
  997.  
  998. Available Options menu topics are: 
  999.  
  1000. Beep on transaction 
  1001. Date format 
  1002. Save particulars 
  1003. Save memos 
  1004. Save last date 
  1005. Next cheque... 
  1006.  
  1007.  
  1008. ΓòÉΓòÉΓòÉ 6.1. Reconcile ΓòÉΓòÉΓòÉ
  1009.  
  1010. This topic describes how to reconcile an account. 
  1011.  
  1012. Reconciling an account is simply balancing the ledger with a bank or credit 
  1013. card statement. 
  1014.  
  1015. To reconcile the account, either click on the  toggle button or select the 
  1016. Reconcile... menu item. 
  1017.  
  1018. To end the reconcilation process, click on the toggle button or menu item a 
  1019. second time. 
  1020.  
  1021. To reconcile an account, proceed as follows: 
  1022.  
  1023.  1. click on the toggle button 
  1024.  2. enter the new balance 
  1025.  3. enter any interest payments/charges 
  1026.  4. enter any service charges 
  1027.  5. click OK 
  1028.  6. double-click on the ledger entries that are to be cleared 
  1029.  7. click on the scale button again 
  1030.  
  1031. If the account has been balanced (based upon the previous month's ending 
  1032. balance, the current month's new balance, and the cleared debits/credits), then 
  1033. you will be asked to confirm that you want to save the account to disk.  If you 
  1034. elect to save, only the uncleared items will be displayed.  If you elect not to 
  1035. save, then you will be prompted to save the account before leaving E-Teller. 
  1036.  
  1037. If the account has not been balanced due to a discrepancy in totals, you will 
  1038. be prompted to select one of four push buttons in the Reconciliation Error 
  1039. dialog box: 
  1040.  
  1041. o Yes 
  1042. o No 
  1043. o Cancel 
  1044. o Ignore 
  1045.  
  1046. Yes       instructs E-Teller to fill in the appropriate transaction entry 
  1047.           fields where you may make any necessary changes for the balance 
  1048.           adjustment entry. 
  1049.  
  1050. No        instructs E-Teller to make no further attempt at reconciliation (in 
  1051.           other words, your account will remain unbalanced). 
  1052.  
  1053. Cancel    instructs E-Teller to return to the reconciliation process. 
  1054.  
  1055. Ignore    instructs E-Teller to fake the balance, i.e. adjust the ending 
  1056.           balance as though the account had actually been reconcile. 
  1057.  
  1058. You can pause the reconcilation at any time to add or edit transactions by 
  1059. clicking on the  toggle button.  To resume reconciling your account, click on 
  1060. the  button. 
  1061.  
  1062.  
  1063. ΓòÉΓòÉΓòÉ 6.2. Save ΓòÉΓòÉΓòÉ
  1064.  
  1065. This topic describes the purpose of the Save menu item. 
  1066.  
  1067. Clicking on this item saves the contents of the current ledger to the file. 
  1068. Ordinarily, it is not necessary to save newly created transactions, since these 
  1069. are save to file as soon as the Append new item is clicked (or Ctrl+Enter is 
  1070. pressed). There are two exceptions to this rule, however: 
  1071.  
  1072.  1. Editing a transaction 
  1073.  2. Deleting a transaction 
  1074.  
  1075. In both cases, the changes are not immediately written to file.  If, after 
  1076. making extensive changes to the account, you forget to save those changes, 
  1077. E-Teller will prompt you before actually closing the ledger. 
  1078.  
  1079.  
  1080. ΓòÉΓòÉΓòÉ 6.3. Express report ΓòÉΓòÉΓòÉ
  1081.  
  1082. This topic explains the function of the Express report menu item. 
  1083.  
  1084. When you click this item, the contents of the current ledger are sent to the 
  1085. printer, with the exception that the memo, category, and mulitple category 
  1086. columns are not included in order for the ledger to fit comfortably on an 8.5" 
  1087. x 11" sheet of paper. 
  1088.  
  1089. Because the length of the Numbers column has been increased from 5 to 10, both 
  1090. the Date and Numbers items appear on a line by themselves; all subsequent 
  1091. information is printed on the adjacent line. 
  1092.  
  1093. The purpose behind the Express report feature is primarily for those situations 
  1094. in which you want a quick hard copy of the ledger. 
  1095.  
  1096. Note:  The temporary file is sent to the default printer, so ensure that your 
  1097. default printer isn't a fax modem or anything of that sort. 
  1098.  
  1099. Note:  If you wish to omit a column from the report, simply hide it before 
  1100. clicking on the Express report menu item.  For help on hiding columns, see the 
  1101. Fields... topic. 
  1102.  
  1103.  
  1104. ΓòÉΓòÉΓòÉ 6.4. Fields... ΓòÉΓòÉΓòÉ
  1105.  
  1106. This topic describes the purpose of the Fields... menu item. 
  1107.  
  1108. When you click on this item, a dialog box is invoked in which are listed the 
  1109. various ledger field names in the order in which they are currently displayed 
  1110. for the current ledger, in addition to either visible or hidden 
  1111.  
  1112. To change a field's visible status to hidden, or vice versa, double click on 
  1113. its name. 
  1114.  
  1115. To change the field order, press and hold the right mouse button, and drag the 
  1116. field to a different location within the container. 
  1117.  
  1118. Once you are satisfied with the settings, click either the Set or Save item in 
  1119. the Order menu.  Set merely sets the visibility attribute of the ledger fields 
  1120. for the current session; Save both sets the visibility attribute and saves the 
  1121. layout to the account's .clr file.  To return to the default field order and 
  1122. visibility, click on the Default menu item. 
  1123.  
  1124. Note:  Only the visibility will be immediately displayed.  In order for the new 
  1125. field order to be displayed, the ledger must first be closed and then reopened. 
  1126.  
  1127.  
  1128. ΓòÉΓòÉΓòÉ 6.5. Close ΓòÉΓòÉΓòÉ
  1129.  
  1130. This topic describes the purpose of the Close menu item. 
  1131.  
  1132. Click this menu item or press the corresponding F3 accelerator to close the 
  1133. current ledger.  If you wish to exit E-Teller altogether, you may either click 
  1134. the Exit item or close the account window, which will then ensure that each 
  1135. ledger thread is notified that a shutdown request has been received. 
  1136.  
  1137.  
  1138. ΓòÉΓòÉΓòÉ 6.6. Exit ΓòÉΓòÉΓòÉ
  1139.  
  1140. This topic explains the function of the Exit menu item. 
  1141.  
  1142. To exit E-Teller (that is, close all the currently opened ledgers in addition 
  1143. to the accounts window), either click on this menu item or press the 
  1144. corresponding Alt+F3 accelerator.  Alternatively, double-click on the account 
  1145. window's system menu. 
  1146.  
  1147.  
  1148. ΓòÉΓòÉΓòÉ 6.7. Cleared ΓòÉΓòÉΓòÉ
  1149.  
  1150. This topic explains the function of the Cleared menu item. 
  1151.  
  1152. By default, the cleared transactions (those contained in the *.clr) file are 
  1153. not loaded into the ledger container.  You can display these transactions 
  1154. either by clicking on the Cleared menu item, or on the  toggle button. 
  1155.  
  1156. To remove the cleared transactions from the ledger, either click on the Cleared 
  1157. menu item again or on the  toggle button. 
  1158.  
  1159. If you close the ledger with the cleared transactions displayed, then the next 
  1160. time you open that ledger, the cleared transactions will be automatically 
  1161. loaded. 
  1162.  
  1163.  
  1164. ΓòÉΓòÉΓòÉ 6.8. Memos ΓòÉΓòÉΓòÉ
  1165.  
  1166. This topic explains the function of the Memos menu item. 
  1167.  
  1168. You can hide or display the memo column easily by clicking on the  toggle 
  1169. button. This, along with the category and multiple category are the only 
  1170. columns which can be easily displayed and hidden.  All others must be set by 
  1171. clicking on the Fields... menu item. 
  1172.  
  1173. To display the memo column, click on the Memos menu item again or on the 
  1174. toggle button. 
  1175.  
  1176.  
  1177. ΓòÉΓòÉΓòÉ 6.9. Categories ΓòÉΓòÉΓòÉ
  1178.  
  1179. This topic explains the function of the Categories menu item. 
  1180.  
  1181. You can hide or display the category column easily by clicking on the  toggle 
  1182. button. This, along with the memo and multiple category are the only columns 
  1183. which can be easily displayed and hidden.  All others must be set by clicking 
  1184. on the Fields... menu item. 
  1185.  
  1186. To display the category column, click on the Categories menu item again or on 
  1187. the  toggle button. 
  1188.  
  1189.  
  1190. ΓòÉΓòÉΓòÉ 6.10. Multiple categories ΓòÉΓòÉΓòÉ
  1191.  
  1192. This topic explains the function of the Multiple categories menu item. 
  1193.  
  1194. You can hide or display the multiple category column easily by clicking on the 
  1195. toggle button. This, along with the category and memo are the only columns 
  1196. which can be easily displayed and hidden.  All others must be set by clicking 
  1197. on the Fields... menu item. 
  1198.  
  1199. To display the memo column, click on the Multiple category menu item again or 
  1200. on the  toggle button. 
  1201.  
  1202.  
  1203. ΓòÉΓòÉΓòÉ 6.11. Find... ΓòÉΓòÉΓòÉ
  1204.  
  1205. This topic explains the function of Find... menu item. 
  1206.  
  1207. Clicking on this item invokes the Search utility.  For additional help on using 
  1208. this feature, see the Search feature topic. 
  1209.  
  1210. The search feature is also accessible by clicking on the  pushbutton. 
  1211.  
  1212.  
  1213. ΓòÉΓòÉΓòÉ 6.12. Calculator ΓòÉΓòÉΓòÉ
  1214.  
  1215. This topic explains the function of Calculator menu item. 
  1216.  
  1217. If you simply click on the Calculator menu item, then the currently selected 
  1218. calculator (if any) will be invoked.  You can select a different calculator at 
  1219. any time by clicking on the Select... menu item beneath the Calculator item and 
  1220. by selecting the calculator applet in the file dialog box. 
  1221.  
  1222. The calculator is also accessible by clicking on the  pushbutton. 
  1223.  
  1224.  
  1225. ΓòÉΓòÉΓòÉ 6.13. Calendar ΓòÉΓòÉΓòÉ
  1226.  
  1227. This topic explains the function of Calendar menu item. 
  1228.  
  1229. A simple calendar is accessible at all times by clicking on this menu item or 
  1230. by pressing its corresponding Ctrl+L accelerator. 
  1231.  
  1232. The calendar is quite easy to use.  When first invoked, it displays the current 
  1233. month with the current day highlighted in yellow.  Pressing the button labelled 
  1234.  turns the calendar back one 'page';  advances the calendar one 'page'; and 
  1235.  jumps to the current month. 
  1236.  
  1237.  
  1238. ΓòÉΓòÉΓòÉ 6.14. Item lists ΓòÉΓòÉΓòÉ
  1239.  
  1240. This topic explains the function of Item lists menu item. 
  1241.  
  1242. Number, Particulars, and Category lists are maintained globally, whereas, in 
  1243. versions previous to 2.1, each ledger had its own list.  I strongly suspect 
  1244. that the case of the disappearing list items was partly due to this. 
  1245.  
  1246. The lists are all contained in one window which is accessible at all times from 
  1247. within any ledger window by clicking on the Item lists item or its 
  1248. corresponding F5 accelerator. 
  1249.  
  1250. To insert a list item within a new transaction or an existing one, you must 
  1251. have selected either the Create new or Edit items first; otherwise, 
  1252. double-clicking on the list item will have no effect.  If you are currently 
  1253. adding a new transaction or editing an existing one (not by Alt+LMB), then 
  1254. double-clicking on a list item automatically fills the appropriate fields with 
  1255. the data displayed in the list. 
  1256.  
  1257. Althought the list items window contains a Save menu item, you need not save 
  1258. the lists whenever you've deleted, edited, or added an item.  E-Teller 
  1259. automatically updates the appropriate file if it finds that the contents of any 
  1260. given list has changed. 
  1261.  
  1262. You cannot add items directly to the list.  This is done automatically if the 
  1263. Save particulars and Save memo menu items are checked. 
  1264.  
  1265. If you enter a new category in a transaction, E-Teller will first prompt you if 
  1266. the new category is a taxable item.  If it is, then the category will have the 
  1267. string <tax> appended to it, and then it will be added to the category list. 
  1268.  
  1269. In the particulars list you will find items enclosed within square brackets. 
  1270. These denote available accounts which appear in the account container. 
  1271. Selecting any of these items automatically adds a mirror copy, as it were, of 
  1272. the transaction to the other account.  For more information on this feature, 
  1273. see the Adding transactions to two files topic. 
  1274.  
  1275.  
  1276. ΓòÉΓòÉΓòÉ 6.15. Font... ΓòÉΓòÉΓòÉ
  1277.  
  1278. This topic explains the function of the Font... menu item. 
  1279.  
  1280. When you click this item, a font dialog box is invoked in which you select the 
  1281. font type and size for the ledger container only  The value is immediately 
  1282. saved to the e-teller.ini file and is used for all ledger containers. 
  1283.  
  1284. To change the font of the accounts container, see the View topic. 
  1285.  
  1286.  
  1287. ΓòÉΓòÉΓòÉ 6.16. Save settings ΓòÉΓòÉΓòÉ
  1288.  
  1289. This topic describes the function of the Save settings menu item. 
  1290.  
  1291. Because each ledger shares the same resources, it would be both impracticle and 
  1292. time consuming if each were to save such information as window size and 
  1293. container fore/background colour to the e-teller.ini file.  For this reason, 
  1294. the Save settings menu item must be selected whenever you wish to save such 
  1295. information.  Otherwise, the new ledger size, for example, will not be in 
  1296. effect the next time a ledger is opened.  This is not the case for the accounts 
  1297. window, however.  It saves its position, size, etc. automatically when it is 
  1298. closed. 
  1299.  
  1300.  
  1301. ΓòÉΓòÉΓòÉ 6.17. Create new ΓòÉΓòÉΓòÉ
  1302.  
  1303. This topic describes the function of the Create new menu item. 
  1304.  
  1305. To add a new transaction to the ledger, you must either click on this item or 
  1306. on the  button.  It initiates the process by creating a new record for you and 
  1307. automatically opening the first visible field for direct editing.  You then 
  1308. proceed to enter the data for the new transaction, upon completion of which you 
  1309. select the Append new item (or press the corresponding Ctrl+Enter accelerator 
  1310. or  button). 
  1311.  
  1312. You can abort the new transaction at any time during its creation by pressing 
  1313. either the Abort new/edit menu item or by pressing the Esc key. 
  1314.  
  1315. IMPORTANT NOTE 1:  To manoeuvre between fields, press either the Tab or Backtab 
  1316. keys.  Occasionally, the program will fall out of direct edit mode.  If the key 
  1317. prompt is still displayed in the status text area of the ledger, then E-Teller 
  1318. will still consider you to be in direct edit mode, and so pressing either the 
  1319. Tab or Backtab keys will bring you back into direct edit. 
  1320.  
  1321. IMPORTANT NOTE 2:  Unlike previous versions of E-Teller, the number, 
  1322. particulars, and category lists may not appear to be available.  In fact, they 
  1323. are by pressing the F5 key.  For additional help on the list items, see the 
  1324. Item lists topic. p.Each transaction requires a minimum of two pieces of data, 
  1325. namely, a Date and an amount in either the Credit/Payment or Debit/Charge 
  1326. column.  There are, as well, a few restrictions: 
  1327.  
  1328. o Regardless of the date format you prefer, you must separate the elements by a 
  1329.   forward slash. 
  1330. o Linefeeds are not permitted in any of the columns with the exception of the 
  1331.   multiple category column, because that one is handled differently. 
  1332. o Your Numbers item cannot exceed 10 characters (anything longer will be 
  1333.   truncated). 
  1334. o Your Particulars item is not limited in size, but be aware that anything 
  1335.   longer than 25 characters will be truncated in all reports. 
  1336.  
  1337.  
  1338. ΓòÉΓòÉΓòÉ 6.18. Create fixed ΓòÉΓòÉΓòÉ
  1339.  
  1340. This topic explains the function of the Create fixed menu item. 
  1341.  
  1342. Early versions of E-Teller gave the user the option of creating a fixed 
  1343. transaction immediately after a new transaction was added to the ledger. 
  1344. Because the secondary window was found to be obtrusive, this is no longer the 
  1345. case as of version 2.1.  Instead, to create a new fixed transaction, the user 
  1346. must first select the transaction which is to be added to the fixed transaction 
  1347. file and then select this menu item, which will invoke the Fixed Transaction 
  1348. dialog box. 
  1349.  
  1350. For additional help on creating fixed transactions, see the Working with Fixed 
  1351. Transactions topic. 
  1352.  
  1353.  
  1354. ΓòÉΓòÉΓòÉ 6.19. Append new ΓòÉΓòÉΓòÉ
  1355.  
  1356. This topic describes the function of the Append new menu item. 
  1357.  
  1358. When creating a new transaction or editing an existing one, you must click on 
  1359. this menu item (or the  icon or press the Ctrl+Enter key) in order to confirm 
  1360. the addition or emendation.  Failing to do so is likely to have undesirable 
  1361. results. 
  1362.  
  1363. Although the menu says Append new the status of the Sort will decide the 
  1364. transaction's final placement within the ledger.  If sorting is checked, then 
  1365. the transaction will be moved according to its date first. 
  1366.  
  1367.  
  1368. ΓòÉΓòÉΓòÉ 6.20. Abort new/edit ΓòÉΓòÉΓòÉ
  1369.  
  1370. This topic explains the function of the Abort new/edit menu item. 
  1371.  
  1372. Depending upon the type of operation, clicking this item or pressing the Esc 
  1373. key has two different functions. 
  1374.  
  1375.  1. If you were in the process of adding a new transaction, aborting removes 
  1376.     the newly created record and clears the status line. 
  1377.  2. If you were in the process of editing an existing transaction, aborting 
  1378.     replaces the old field values and clears the status line. 
  1379.  
  1380.  
  1381. ΓòÉΓòÉΓòÉ 6.21. Multiple category... ΓòÉΓòÉΓòÉ
  1382.  
  1383. This topic explains the function of the Multiple category... menu item. 
  1384.  
  1385. If you wish to assign various portions of a transaction's amount to different 
  1386. categories, then click on this menu item which will invoke the Multi-Category 
  1387. Transaction dialog box. 
  1388.  
  1389. If you invoke this dialog with an amount in either the credit or debit fields, 
  1390. then the base amount will be displayed, and each new category you specify with 
  1391. each new total will be subtracted from the base amount. 
  1392.  
  1393. If you invoke the dialog without any amount, then each new category and amount 
  1394. will be added to form the base amount which you can then apply either to the 
  1395. credit or debit fields. 
  1396.  
  1397. Creating a multiple-category transaction is fairly straightforward: 
  1398.  
  1399.  1. select a category from the Category combobox. 
  1400.  2. enter the desired amount in the Amount entryfield. 
  1401.  3. click the Tax related checkbox if appropriate. 
  1402.  4. enter an optional memo in the Memo entryfield. 
  1403.  5. click the Add button. 
  1404.  
  1405. If you have made an error, you can do one of two things: 
  1406.  
  1407.  1. click the Reset button or 
  1408.  2. check the Direct edit checkbox 
  1409.  
  1410. The first option will clear the list of defined categories and return you to 
  1411. the beginning. 
  1412.  
  1413. The second option will allow you to edit the defined categories directly.  If 
  1414. you select this option, it is your responsibility to ensure that the totals are 
  1415. accurate.  Once you're done editing, remove the checkmark from the Direct edit 
  1416. checkbox. 
  1417.  
  1418. To confirm the contents of the multiple categories, click the OK button. 
  1419.  
  1420.  
  1421. ΓòÉΓòÉΓòÉ 6.22. Edit... ΓòÉΓòÉΓòÉ
  1422.  
  1423. This topic explains the function of the Edit... menu item. 
  1424.  
  1425. To edit an existing transaction, either select this menu item, double-click on 
  1426. the transaction, or scroll to it and press Enter 
  1427.  
  1428. Make the necessary changes, and click either the Append new item, or press the 
  1429. Ctrl+Enter key combination.  To abort, either press the Abort new/edit item or 
  1430. press the Esc key. 
  1431.  
  1432.  
  1433. ΓòÉΓòÉΓòÉ 6.23. Delete ΓòÉΓòÉΓòÉ
  1434.  
  1435. This topic explains the function of the Delete menu item. 
  1436.  
  1437. To remove transactions from a ledger, select them and either click on this menu 
  1438. item or press the Ctrl+D key combination.  The transactions are not actually 
  1439. deleted; rather they are hidden to allow the user to undelete any or all of the 
  1440. deleted transactions. 
  1441.  
  1442.  
  1443. ΓòÉΓòÉΓòÉ 6.24. Undelete... ΓòÉΓòÉΓòÉ
  1444.  
  1445. This topic explains the function of the Undelete... menu item. 
  1446.  
  1447. To undelete previously deleted transactions, click on this menu item, after 
  1448. which the current transactions will be hidden, and the deleted ones displayed. 
  1449. Undeleting transactions is simply a matter of double-clicking on those you want 
  1450. restored.  When you're done undeleting, click on the Undelete... menu item once 
  1451. again, and the transactions will be displayed. 
  1452.  
  1453. The Undelete... menu item is disabled as long as there are no deleted 
  1454. transactions available to be undeleted. 
  1455.  
  1456. Note:  Deleted transactions are available until the ledger is either closed or 
  1457. you click on the Cleared menu item to remove the cleared transactions from the 
  1458. ledger and to display only the uncleared transactions. 
  1459.  
  1460.  
  1461. ΓòÉΓòÉΓòÉ 6.25. Recalculate ΓòÉΓòÉΓòÉ
  1462.  
  1463. This topic explains the function of the Recalculate menu item. 
  1464.  
  1465. Ordinarily, it isn't necessary to force E-Teller to recalculate the balance. 
  1466. This option is present only in the event that something wrong occurs (which 
  1467. isn't at all unlikely), and that your balance does not correspond to the 
  1468. debits/credits. 
  1469.  
  1470.  
  1471. ΓòÉΓòÉΓòÉ 6.26. Sort ΓòÉΓòÉΓòÉ
  1472.  
  1473. This topic explains the function of the Sort menu item. 
  1474.  
  1475. If this item is checked, then all transactions which are added to ledger will 
  1476. be sorted after the user presses the Append new item.  Sorting is done based 
  1477. upon the date alone.  If the item is not checked, then appended transactions 
  1478. will be added to the end of the ledger. 
  1479.  
  1480. Note:  For some reason, sorting isn't reliable on the European date format.  I 
  1481. can't figure out why.  If ever I do, I'll be sure to fix it. 
  1482.  
  1483.  
  1484. ΓòÉΓòÉΓòÉ 6.27. Print cheque(s) ΓòÉΓòÉΓòÉ
  1485.  
  1486. This topic explains the function of the Print cheque(s) menu item. 
  1487.  
  1488. Clicking on this option invokes the cheque printer feature and passes to it the 
  1489. currently selected transactions. 
  1490.  
  1491. The cheque printer is still in its infancy, so it's not likely to meet with 
  1492. everyone's acceptance.  Basically, this is how it works: 
  1493.  
  1494.      The first cheque passed to the cheque printer is displayed in the fields. 
  1495.      You can make any changes you desire at this stage.  You must enter an 
  1496.      amount in the field in which you would normally enter a written amount, 
  1497.      i.e. 
  1498.  
  1499.                one hundred fifty dollars & 0/00
  1500.  
  1501.      When this field loses focus, it fills the remaining space with asterisks. 
  1502.  
  1503.      Once you are satisfied with the appearance of the cheque, press the Ctrl+P 
  1504.      key combination, at which point the cheque will be written to a temporary 
  1505.      file and the next queued cheque will be displayed. Follow the procedure 
  1506.      outlined above for every queued cheque. 
  1507.  
  1508.      If you change your mind about printing a cheque, press the Ctrl+S key 
  1509.      combination in order to skip the currently displayed cheque and to load 
  1510.      the next one in the queue. 
  1511.  
  1512.      Once there are no cheques waiting in the queue, you will be prompted 
  1513.      either to print the cheques or to invoke the printer jobs dialog box. 
  1514.      Once you elect to print the cheques, the constructed temporary file will 
  1515.      be sent to the printer as is. 
  1516.  
  1517.  You can also design your own cheque layouts.  You do so by: 
  1518.  
  1519.   1. selecting the Design... item from the Options menu, 
  1520.   2. selecting the field either from the Field drop-down combobox or clicking 
  1521.      on the field in the cheque window, 
  1522.   3. ensuring that the Print this field checkbox is checked if you want the 
  1523.      field to be printed, 
  1524.   4. clicking on the Horizontal and Vertical spin buttons to move the fields to 
  1525.      a new location, 
  1526.   5. specifying the linefeeds between cheques (if necessary), 
  1527.   6. specifying the top margin (if necessary), 
  1528.   7. clicking on the Save pushbutton. 
  1529.  
  1530.  If you want to test the design of your cheque layout, click on the Print test 
  1531.  button and one demo cheque will be sent to the printer. 
  1532.  
  1533.  To select or edit an existing design, click on the Designs... pushbutton, and 
  1534.  double-click on the desired design in the listbox. 
  1535.  
  1536.  Note:  The last design you used is the one the cheque printer will use when it 
  1537.  is first invoked, so it is not necessary to select the design everytime you 
  1538.  want to print cheques (unless you use multiple designs).  You can determine 
  1539.  which design is currently active by looking at the status area of the cheque 
  1540.  window. 
  1541.  
  1542.  
  1543. ΓòÉΓòÉΓòÉ 6.28. Beep on transaction ΓòÉΓòÉΓòÉ
  1544.  
  1545. This topic explains the function of the Beep on transaction menu item. 
  1546.  
  1547. When this menu item is checked, a double audible tone will sound from the 
  1548. computer speaker whenever a transaction is added to the ledger or an existing 
  1549. one is edited. To disable the beep, simply uncheck the menu item. 
  1550.  
  1551. Note:  The beep cannot be disabled in the non-registered version. 
  1552.  
  1553.  
  1554. ΓòÉΓòÉΓòÉ 6.29. Date format ΓòÉΓòÉΓòÉ
  1555.  
  1556. This topic explains the function of the Date format menu item. 
  1557.  
  1558. E-Teller accepts three possible date formats: 
  1559.  
  1560.  European  dd/mm/yy 
  1561.  
  1562.  Ordered (default) yy/mm/dd 
  1563.  
  1564.  U.S.      mm/dd/yy 
  1565.  
  1566.  If you select a different date format, E-Teller will ask you if you would like 
  1567.  the dates in the ledger changed to reflect the new format. It is recommended 
  1568.  that you load the cleared transactions before changing the date format, so 
  1569.  that the new format will be applied to all of your transactions. 
  1570.  
  1571.  Regardless of the format you select, you must use the same date format 
  1572.  consistently throughout a ledger, and you must use forward slashes to separate 
  1573.  the three elements of the date.  Failing to comply to the former will result 
  1574.  in unpredictable sorting if the sort menu item is checked; and failing to 
  1575.  comply to the latter will result in an error message. 
  1576.  
  1577.  
  1578. ΓòÉΓòÉΓòÉ 6.30. Save particulars ΓòÉΓòÉΓòÉ
  1579.  
  1580. This topic explains the function of the Save particulars menu item. 
  1581.  
  1582. When this menu item is checked then adding or editing a transaction by 
  1583. selecting the Append new menu item automatically updates the Particulars list 
  1584. to include the new transaction information, specifically the particulars, 
  1585. amount, optionally the memo, and the category items.  If this menu item is not 
  1586. checked, then the above-mentioned data are not saved, and so the information is 
  1587. not available for insertion into future transactions. 
  1588.  
  1589. For additional help on the list items, see the Item lists topic. 
  1590.  
  1591.  
  1592. ΓòÉΓòÉΓòÉ 6.31. Save memos ΓòÉΓòÉΓòÉ
  1593.  
  1594. This topic explains the function of the Save memos menu item. 
  1595.  
  1596. If this item is checked, and the Save particulars item is also checked, then 
  1597. the memo which has been entered in the memo column of a new or edited 
  1598. transaction will be saved in addition to the other data mentioned in the Save 
  1599. particulars topic.  Otherwise, the memo will be excluded from the item list. 
  1600.  
  1601. For additional information on the item lists, see the Item lists topic. 
  1602.  
  1603.  
  1604. ΓòÉΓòÉΓòÉ 6.32. Save last date ΓòÉΓòÉΓòÉ
  1605.  
  1606. This topic explains the function of the Save last date menu item. 
  1607.  
  1608. Ordinarily, when you first open a ledger and add the first transaction, 
  1609. E-Teller defaults to the current date reported by the system.  All subsequent 
  1610. transactions use the last date entered. 
  1611.  
  1612. If you prefer to have the last date carried over between sessions, check this 
  1613. menu item.  If the item is checked, then the first transaction of a new session 
  1614. will default, not to the current system date, but to the last, latest date of 
  1615. the previous session. 
  1616.  
  1617.  
  1618. ΓòÉΓòÉΓòÉ 6.33. Next cheque... ΓòÉΓòÉΓòÉ
  1619.  
  1620. This topic explains the function of the Next cheque... menu item. 
  1621.  
  1622. Whenever a transaction with a numeric value in the Number column is added to to 
  1623. a ledger, if that number is greater or equal to the previous cheque number, 
  1624. then that number will be next cheque number in the Number list.  This is fine 
  1625. if you cycle through all 99,999 available cheque numbers, which is unlikely. 
  1626. To reset the next cheque number, select this menu item and enter the next 
  1627. number in the prompt box.  The value you enter will replace the one contained 
  1628. in the e-teller.ini file, and will become the starting number for subsequent 
  1629. cheques. 
  1630.  
  1631.  
  1632. ΓòÉΓòÉΓòÉ 7. Miscellaneous Items ΓòÉΓòÉΓòÉ
  1633.  
  1634. This section provides help on miscellaneous aspects of using E-Teller 
  1635.  
  1636. Available topics are: 
  1637.  
  1638.  Adding transactions to two files 
  1639.  Command line parameters 
  1640.  Setting container colours 
  1641.  
  1642.  
  1643. ΓòÉΓòÉΓòÉ 7.1. Adding transactions to two files ΓòÉΓòÉΓòÉ
  1644.  
  1645. This topic explains how to add a transaction to two files simultaneously. 
  1646.  
  1647. Occasionally, it will be desirable to update a second ledger or its .ldg file 
  1648. when you add a new transaction to a ledger.  There are two ways to achieve this 
  1649. goal: 
  1650.  
  1651.   1. dragging the newly created transaction to the other opened ledger 
  1652.   2. entering the name of the other account in the Particulars column of the 
  1653.      current ledger. 
  1654.  
  1655.  The first option adds a shared record to the second ledger, and does not 
  1656.  attempt to convert any of the data.  In short, rather than add a 'mirrored' 
  1657.  copy of the transaction, this option adds a carbon copy. 
  1658.  
  1659.  When you add a transaction to a ledger, E-Teller looks at the particulars 
  1660.  value and looks at the account names in the accounts window to see if there's 
  1661.  a match.  If there is a match, the account's *.ldg filename is fetched and the 
  1662.  contents of the newly created transaction are appended to the other file, 
  1663.  except for two items.  The particulars are not the value of the newly created 
  1664.  transaction, but the name of the account in which the transaction was first 
  1665.  added; the amount of the transaction is, in fact, mirrored in the second 
  1666.  account file. For example, assume that the account to which you are adding the 
  1667.  transaction is named Savings, and you are debiting that account to the amount 
  1668.  of $100.00.  In the particulars column of Savings, you enter the name of the 
  1669.  other account, whose name is Visa. When you append the new transaction, 
  1670.  E-Teller will locate the Visa account and add the transaction to its .ldg 
  1671.  file, except that the particulars will not read 'Visa' as it does in Savings 
  1672.  but [Savings].  Similarly, the amount will not be a debit of $100 but rather a 
  1673.  credit of $100. 
  1674.  
  1675.  If you have difficulty remembering the exact name of the external account, you 
  1676.  can invoke the list items window and double click on the appropriate item from 
  1677.  the particulars list. 
  1678.  
  1679.  
  1680. ΓòÉΓòÉΓòÉ 7.2. Command line parameters ΓòÉΓòÉΓòÉ
  1681.  
  1682. This topic explains the available command line parameters. 
  1683.  
  1684. There are two command line parameters which you can add when launching 
  1685. E-Teller: 
  1686.  
  1687.  o <digit> 
  1688.  o con 
  1689.  
  1690.  The <digit> is, in fact, a numeric value, preferably in increments of three. 
  1691.  The purpose of this parameter is to delay the point at which Rexx begins to 
  1692.  use exponents.  By default, Rexx stops formatting numeric values after nine 
  1693.  digits, e.g. 999,999,999.  This is probably sufficient for the average (read 
  1694.  impoverished) individual, but clearly is not for millionaires or those whose 
  1695.  currency differs widely from the North American dollar.  If you require a 
  1696.  greater threshold, simply specify a sufficiently large number, for example, 
  1697.  18, which would expand the above number to 999,999,999,999,999,999. 
  1698.  
  1699.  The con parameter is intended to activate the VX-Rexx console.  Ordinarily, 
  1700.  you wouldn't gain much by doing this.  The purpose for this parameter is to 
  1701.  identify abnormal program exits.  If any of E-Teller's programs end abruptly, 
  1702.  activate the VX-Rexx console, and replicate the error.  The console should 
  1703.  popup on the desktop and contain a brief description of what went wrong and 
  1704.  where.  You can then copy that information and e-mail me so that I can track 
  1705.  down the bug and fix it. 
  1706.  
  1707.  Note:  As of version 2.1, E-Teller traps syntax errors and the like, so you 
  1708.  may never have to activate the console. 
  1709.  
  1710.  
  1711. ΓòÉΓòÉΓòÉ 7.3. Setting container colours ΓòÉΓòÉΓòÉ
  1712.  
  1713. This topic explains how to set the account and ledger container background 
  1714. colour. 
  1715.  
  1716. In both cases, you must open the system folder, select a colour from the Color 
  1717. Palette and drag it to the appropriate container.  In the case of the accounts 
  1718. container, this is all that is required, since the colour is automatically 
  1719. saved when the window is closed.  For the ledger container, however, you must 
  1720. select the Save settings menu item. 
  1721.  
  1722.  
  1723. ΓòÉΓòÉΓòÉ 8. Creating Reports ΓòÉΓòÉΓòÉ
  1724.  
  1725. E-Teller provides a fairly powerful report feature called E-Teller Report. 
  1726. This section explains how to use the report feature. 
  1727.  
  1728. Note:  E-Teller Report uses an external text editor/printer for editing and 
  1729. printing the report.  To define an editor, click on the Select editor... item 
  1730. from the Options menu. The editor you select is saved to the e-teller.ini file. 
  1731. If, at startup, E-Teller Report is unable to locate such an entry in the .ini 
  1732. file, the editor file dialog box will be automatically invoked. 
  1733.  
  1734.  
  1735. ΓòÉΓòÉΓòÉ 8.1. Report Options Notebook ΓòÉΓòÉΓòÉ
  1736.  
  1737. The Report Options notebook is where you define the various aspects of a 
  1738. report, from the layout to category restrictions. 
  1739.  
  1740. There are four pages to the Report Options notebook: 
  1741.  
  1742.   1. Layouts 
  1743.   2. Accounts 
  1744.   3. Details 
  1745.   4. Search 
  1746.  
  1747.  When defining report options, you must choose options in at least 3 of the 4 
  1748.  pages, namely Layouts, Accounts, and Details. 
  1749.  
  1750.  When you have defined the report to your satisfaction, click on the Create 
  1751.  report (Ctrl+C) item in the Options menu.  The status text at the top of the 
  1752.  window (beneath the menu) will keep you informed of what's being done. 
  1753.  
  1754.  
  1755. ΓòÉΓòÉΓòÉ 8.1.1. Layouts ΓòÉΓòÉΓòÉ
  1756.  
  1757. The Layouts notebook page is where you select the layout you would like to use. 
  1758. Currently E-Teller Report supports two layouts, Transaction Ledger and Sorted 
  1759. Category. 
  1760.  
  1761. To select a layout, simply click on the desired name within the listbox, after 
  1762. which its name will appear in the notebook's status area.  You may also wish to 
  1763. change the default Title for the report, and to exclude the printing of the 
  1764. account name and date/time in the title at this time. 
  1765.  
  1766.  
  1767. ΓòÉΓòÉΓòÉ 8.1.2. Accounts ΓòÉΓòÉΓòÉ
  1768.  
  1769. The Accounts notebook page is where you select one or more accounts to be used 
  1770. in creating the report(s).  You may also choose to exclude one of the two 
  1771. account files from the report at this time, either the cleared or uncleared 
  1772. transaction file. Obviously, at least one file must be selected to create a 
  1773. report. 
  1774.  
  1775.  
  1776. ΓòÉΓòÉΓòÉ 8.1.3. Details ΓòÉΓòÉΓòÉ
  1777.  
  1778. The Details notebook page is essentially the primary formatting page, in which 
  1779. you select what information E-Teller Report should include in the report. 
  1780. Depending on the type of layout you have selected, the Include listbox will 
  1781. contain slightly different items.  Select the items you want included in your 
  1782. report.  Any item not selected will be excluded.  In other words, if you aren't 
  1783. particularly interested in keeping a record of the Memo for all the 
  1784. transactions in the ledger, ensure that the item is not selected. 
  1785.  
  1786. If you have selected the Transaction Ledger layout, then the listbox will 
  1787. contain 6 items: 
  1788.  
  1789.  o Date 
  1790.  o Number 
  1791.  o Particulars 
  1792.  o Amount 
  1793.  o Memo 
  1794.  o Category 
  1795.  
  1796.  Note:  A MultiCategory item is not included because E-Teller Report treats 
  1797.  multiple categories as individual transactions.  In other words, whereas in 
  1798.  the ledger you might have the following entry: 
  1799.  
  1800.   Particulars    Debit    Category
  1801.   -----------    -----    --------
  1802.   Junk Food      10.00    Questionable Food
  1803.  
  1804.  in a report, the above would look like: 
  1805.  
  1806.   Particulars    Debit    Category
  1807.   -----------    -----    --------
  1808.   Junk Food       3.00    Jelly Beans
  1809.   Junk Food       5.00    Chocolate
  1810.   Junk Food       2.00    Gum
  1811.  
  1812.  If you have selected the Sorted Category layout, then the listbox will contain 
  1813.  9 items: 
  1814.  
  1815.  o Date 
  1816.  o Number 
  1817.  o Particulars 
  1818.  o Inflows 
  1819.  o  Total Inflows 
  1820.  o Outflows 
  1821.  o  Total Outflows 
  1822.  o Balance 
  1823.  o Memo 
  1824.  
  1825.  Note:  You will notice that there is no Category item in the list box.  This 
  1826.  is because a category report is governed by the an alphabetical list of 
  1827.  categories rather than a sequential list of transactions. 
  1828.  
  1829.  Note:  Total Inflows prints a total of all of the Inflows per category, and 
  1830.  Total Outflows prints a total of all of the Outflows 
  1831.  
  1832.  You may also change the date range of the transactions which will be included 
  1833.  in the report.  There are three options: 
  1834.  
  1835.  All       transactions
  1836.            places no date restriction 
  1837.  
  1838.  Current calendar year
  1839.            excludes all transactions which fall outside of the current calendar 
  1840.            year 
  1841.  
  1842.  Month     range
  1843.            excludes all transactions which do not fall within the months you 
  1844.            specify in the two spin buttons, the first being from, the second 
  1845.            to. 
  1846.  
  1847.  If you do not want column headings in the report, uncheck the Print column 
  1848.  headings checkbox.  Otherwise, column headings matching the names in the 
  1849.  Include listbox are printed at the top of the report, beneath the title. 
  1850.  
  1851.  
  1852. ΓòÉΓòÉΓòÉ 8.1.4. Search ΓòÉΓòÉΓòÉ
  1853.  
  1854. The Search notebook page permits you to specify exactly which transactions 
  1855. should be included in the report.  For help in defining search criteria, see 
  1856. the Search Feature topic. 
  1857.  
  1858.  
  1859. ΓòÉΓòÉΓòÉ 9. Creating a Budget ΓòÉΓòÉΓòÉ
  1860.  
  1861. E-Teller Budget allows you to create a weekly, monthly, and yearly budget to 
  1862. which E-Teller can refer when adding bank and credit card transactions to any 
  1863. account. 
  1864.  
  1865. Currently, only one budget is permitted for every account you have.  This may 
  1866. seem odd to some, but E-Teller Budget is designed to make use of a your 
  1867. estimated income for every expenditure you make.  If this still sounds odd, 
  1868. don't hesitate to complain; after all, this is version 1.0, so E-Teller Budget 
  1869. still has room to grow. 
  1870.  
  1871. There are four windows to E-Teller Budget: 
  1872.  
  1873.   1. Main window 
  1874.   2. Weekly Budget 
  1875.   3. Monthly Budget 
  1876.   4. Yearly Budget 
  1877.  
  1878.  The budget is broken into three sections (weekly, monthly, and yearly) for 
  1879.  your convenience, although you are not restricted to using all three or only 
  1880.  one, for that matter.  For help on creating global budgets, see the Global 
  1881.  Budget topic. 
  1882.  
  1883.  For the curious, whenever you charge a credit card account or debit a bank 
  1884.  account E-Teller looks for the entered category for that transaction in the 
  1885.  three files (weekly.bgt, monthly.bgt, yearly.bgt).  If it locates such a 
  1886.  budget entry, it adds the total of the new transaction to the amount already 
  1887.  used for the given category.  If the sum of your new transaction in addition 
  1888.  to the amount already used is equal to the ceiling, E-Teller will inform you 
  1889.  of the fact. If the sum of both exceeds the budgeted ceiling, you will be 
  1890.  asked whether you want to Ignore Ceiling (update the used amount regardless of 
  1891.  the ceiling), Adjust Ceiling (update the ceiling so that it matches the used 
  1892.  amount), Ignore Budget (append the transaction without updating the budget's 
  1893.  used amount), or Cancel the transaction, after which you can adjust the amount 
  1894.  of the expenditure. 
  1895.  
  1896.  E-Teller keeps track of the current day of the week, month of the year, and 
  1897.  current year in e-teller.ini.  When it first starts up, it checks the values 
  1898.  contained in the INI.  If it finds that the week, month, or year has changed, 
  1899.  it recreates the appropriate budget file by resetting the used amounts to 
  1900.  zero. 
  1901.  
  1902.  
  1903. ΓòÉΓòÉΓòÉ 9.1. Main Window ΓòÉΓòÉΓòÉ
  1904.  
  1905. E-Teller Budget's main window is where you create your budget.  When the 
  1906. utility first starts, it searches for the category.dat file in the current 
  1907. directory.  If found, it fills the main window's list box with the values 
  1908. contained in the file. 
  1909.  
  1910. To specify a category, you can either double-click on one in the list box or 
  1911. enter it manually in the Category entry field. 
  1912.  
  1913. The Ceiling entry field is where you enter the maximum amount you are 
  1914. allocating for expenditures for the current category. 
  1915.  
  1916. The Used entry field is primarily for editing existing budget items, but it can 
  1917. also be used when creating a budget if you wish.  This field contains the 
  1918. amount of expenditures already applied to the ceiling. 
  1919.  
  1920. Note:  Do not use currency symbols or commas in any of the two above fields. 
  1921. E-Teller Budget will reject the value if it is not numerically valid. 
  1922.  
  1923. When you've entered the relevant data in the various entry fields, click on one 
  1924. of the three push buttons along the bottom of the main window.  Click the 
  1925. Weekly button to add the new budget item to the Weekly Budget container or to 
  1926. update an edited item, the Monthly button to add the new item to the Monthly 
  1927. Budget container or to update an edited item, the Yearly button for the Yearly 
  1928. Budget container, or the Global... button to add the new or edited item to any 
  1929. or all of the three budgets. 
  1930.  
  1931. Note:  The Weekly, Monthly, and Yearly buttons are disabled if their related 
  1932. window is not loaded.  For help on loading or destroying the windows, see the 
  1933. topics on the various windows. 
  1934.  
  1935.  
  1936. ΓòÉΓòÉΓòÉ 9.2. Weekly Budget ΓòÉΓòÉΓòÉ
  1937.  
  1938. Before adding to or editing any weekly budget item, the Weekly Budget window 
  1939. must first be loaded.  You can load or destroy the window by clicking on the 
  1940. Weekly item in the Budgets menu. 
  1941.  
  1942. To create a weekly budget item, follow the instructions outlined in the Main 
  1943. Window topic and click on the Weekly push button.  Adding or editing entries 
  1944. does not automatically update the weekly.bgt file.  To update this file, click 
  1945. on the Save button at the bottom of the Weekly Budget window. 
  1946.  
  1947. Note:  The button remains disabled as long as no changes have been made. 
  1948.  
  1949. To edit a budget item in the weekly container, double-click on the desired 
  1950. item.  The category, ceiling, and used values will be transferred to the main 
  1951. window.  When done editing, click on the Weekly button. 
  1952.  
  1953. You can also delete items from the budget by selecting them (one at at time) 
  1954. and clicking the Delete button. 
  1955.  
  1956.  
  1957. ΓòÉΓòÉΓòÉ 9.3. Monthly Budget ΓòÉΓòÉΓòÉ
  1958.  
  1959. Before adding to or editing any monthly budget item, the Monthly Budget window 
  1960. must first be loaded.  You can load or destroy the window by clicking on the 
  1961. Monthly item in the Budgets menu. 
  1962.  
  1963. To create a monthly budget item, follow the instructions outlined in the Main 
  1964. Window topic and click on the Monthly push button.  Adding or editing entries 
  1965. does not automatically update the monthly.bgt file.  To update this file, click 
  1966. on the Save button at the bottom of the Monthly Budget window. 
  1967.  
  1968. Note:  The button remains disabled as long as no changes have been made. 
  1969.  
  1970. To edit a budget item in the monthly container, double-click on the desired 
  1971. item.  The category, ceiling, and used values will be transferred to the main 
  1972. window.  When done editing, click on the Monthly button. 
  1973.  
  1974. You can also delete items from the budget by selecting them (one at a time) and 
  1975. clicking the Delete button. 
  1976.  
  1977.  
  1978. ΓòÉΓòÉΓòÉ 9.4. Yearly Budget ΓòÉΓòÉΓòÉ
  1979.  
  1980. Before adding to or editing any yearly budget item, the Yearly Budget window 
  1981. must first be loaded.  You can load or destroy the window by clicking on the 
  1982. Yearly item in the Budgets menu. 
  1983.  
  1984. To create a yearly budget item, follow the instructions outlined in the Main 
  1985. Window topic and click on the Yearly push button.  Adding or editing entries 
  1986. does not automatically update the yearly.bgt file.  To update this file, click 
  1987. on the Save button at the bottom of the Yearly Budget window. 
  1988.  
  1989. Note:  The button remains disabled as long as no changes have been made. 
  1990.  
  1991. To edit a budget item in the yearly container, double-click on the desired 
  1992. item.  The category, ceiling, and used values will be transferred to the main 
  1993. window.  When done editing, click on the Yearly button. 
  1994.  
  1995. You can also delete items from the budget by selecting them (one at a time) and 
  1996. clicking the Delete button. 
  1997.  
  1998.  
  1999. ΓòÉΓòÉΓòÉ 9.5. Global Budget ΓòÉΓòÉΓòÉ
  2000.  
  2001. Global budgets allow you to create a budget item of one type (weekly, monthly, 
  2002. or yearly) and to apply that item to some or all of the above types.  If, for 
  2003. example, you prefer to have your grocery budget represented globally, then you 
  2004. would first create an item, specifying a ceiling which is relevant to one of 
  2005. the types and click the Global button along the bottom of the main window.  A 
  2006. secondary dialog box appears where you select the type for the Ceiling amount; 
  2007. that is to say, one of the three above-named types which E-Teller Budget will 
  2008. use in order to tabulate the budgeted amount for the other two types.  After 
  2009. deselecting any of the budgets to which you do not want the item to be added, 
  2010. click OK and E-Teller Budget  will convert the ceiling if necessary and add the 
  2011. item to the specified budget container. 
  2012.  
  2013. Note:  If a budget window is not currently loaded, the related Apply to 
  2014. checkbox will be unchecked and disabled. 
  2015.  
  2016.  
  2017. ΓòÉΓòÉΓòÉ 9.6. Estimated Yearly Income ΓòÉΓòÉΓòÉ
  2018.  
  2019. Selecting the Income... item from the Budgets menu invokes a dialog box in 
  2020. which you may enter your estimated or actual yearly income.  E-Teller Budget 
  2021. uses the amount when you create a budget to warn you if your budget exceeds 
  2022. your estimated yearly income. 
  2023.  
  2024. There are three budget windows: Weekly, Monthly, and Yearly .  For the first of 
  2025. these, E-Teller Budget divides the estimated yearly income to arrive at an 
  2026. appropriate total for weekly and monthly budgets.  It then places the estimated 
  2027. amount at the top of the respective container.  Obviously, this is not intended 
  2028. to be a scientifically accurate tracking mechanism, unless, of course, your 
  2029. estimated yearly income is, in fact, your actual income. 
  2030.  
  2031. Note:  If you do not wish E-Teller Budget to compare budget expenses with your 
  2032. real or estimated annual income, then leave the entry field blank, in which 
  2033. case n/a will appear instead of an estimated income at the top of the 
  2034. containers. 
  2035.  
  2036.  
  2037. ΓòÉΓòÉΓòÉ 10. Search Feature ΓòÉΓòÉΓòÉ
  2038.  
  2039. This section describes how to define or build search criteria for both ledgers 
  2040. and reports. 
  2041.  
  2042.  
  2043. ΓòÉΓòÉΓòÉ 10.1. Search Window ΓòÉΓòÉΓòÉ
  2044.  
  2045. Whatever appears in the Criteria multi-line entry field is what will be used to 
  2046. search for transactions in both the ledger and in reports.  All search criteria 
  2047. comprise, basically, three elements: 
  2048.  
  2049.   1. Field 
  2050.   2. Operator 
  2051.   3. Value 
  2052.  
  2053.  Field 
  2054.            Specifies the field in which value is to be applied. 
  2055.  Operator 
  2056.            Is the operator to use when comparing value to field 
  2057.  
  2058.     ?         indicates that field contains value 
  2059.     !         indicates that field does not contain value 
  2060.     =         indicates that field is equal to value 
  2061.     >         indicates that field is greater than value 
  2062.     <         indicates that field is less than value 
  2063.     <>        indicates that field does not equal value 
  2064.  Value 
  2065.            Is the value for which E-Teller should search. 
  2066.  
  2067.  You can build complex searches using the AND and OR buttons.  For example, 
  2068.  
  2069.      CATEGORY ? "RENT" &
  2070.      CATEGORY ! "RENTAL"
  2071.  
  2072.  will find all transactions with a category which contains the string rent but 
  2073.  exclude those which contain the string rental.  Similarly, 
  2074.  
  2075.      CATEGORY = "RENT" |
  2076.      CATEGORY ? "RENTAL" &
  2077.      CATEGORY ! "CAR"
  2078.  
  2079.  will include all transactions which equal the string rent  or contain the 
  2080.  string rental, but exclude those which contain car, such as Car Rental. 
  2081.  
  2082.  If you are searching for a category but are unable to remember which category, 
  2083.  click on the Categories... button to invoke a list of currently defined 
  2084.  categories.  Double-click on the one you are looking for to insert it into the 
  2085.  Criteria multi-line entry field. 
  2086.  
  2087.  For objects specific to the search window in ledgers and reports, see Ledger 
  2088.  Searches or Report Searches. 
  2089.  
  2090.  Note:  In all cases, searches are case insensitive. 
  2091.  
  2092.  
  2093. ΓòÉΓòÉΓòÉ 10.1.1. Ledger Searches ΓòÉΓòÉΓòÉ
  2094.  
  2095. There are two buttons which are distinct to a ledger search 
  2096.  
  2097.   1. Search 
  2098.   2. Undo 
  2099.  
  2100.  Search 
  2101.            First verifies the syntax of the Criteria multi-line entry field. 
  2102.            If the syntax is correct, it will perform the search. 
  2103.  Undo 
  2104.            Undoes the search result. 
  2105.  
  2106.  
  2107. ΓòÉΓòÉΓòÉ 10.1.2. Report Searches ΓòÉΓòÉΓòÉ
  2108.  
  2109. The Search notebook page in E-Teller Report contains a Syntax pushbutton.  You 
  2110. must click on this button in order to verify the syntax and to confirm the 
  2111. search. Failing to do so essentially ignores the value contained in the 
  2112. Criteria multi-line entry field. 
  2113.  
  2114.  
  2115. ΓòÉΓòÉΓòÉ 11. Converting Quicken Data ΓòÉΓòÉΓòÉ
  2116.  
  2117. This section describes how to convert Quicken (c) data to E-Teller format, 
  2118. using the q2et.exe conversion utility. 
  2119.  
  2120. Note:  As of version 1.7 of E-Teller, account files follow a similar format to 
  2121. Quicken QIF files (but not identical). As a result, converting QIF files is 
  2122. significantly more reliable. 
  2123.  
  2124.  
  2125. ΓòÉΓòÉΓòÉ 11.1. Creating a Quicken QIF File ΓòÉΓòÉΓòÉ
  2126.  
  2127. To convert a Quicken (c) data file into QIF format, follow these steps: 
  2128.  
  2129.   1. Start Quicken. 
  2130.   2. Open the account register you want to convert. 
  2131.   3. Select Export from the Print menu. 
  2132.   4. Enter a filename for the exported data. 
  2133.   5. In the Export window, ensure that ONLY "Export Transactions" is set to 
  2134.      YES.  All other options must be set to NO. 
  2135.   6. Ensure that the date range encompases all of the account transactions. 
  2136.   7. Select Continue. 
  2137.  
  2138.  
  2139. ΓòÉΓòÉΓòÉ 11.2. Converting a Quicken QIF File ΓòÉΓòÉΓòÉ
  2140.  
  2141. Converting a Quicken (c) QIF file to E-Teller format is a completely automated 
  2142. process, unless a syntax error is detected. 
  2143.  
  2144. To convert the QIF file, follow these steps: 
  2145.  
  2146.   1. Select File | Import Quicken File... (Ctrl-I). 
  2147.   2. Select the newly created export QIF file. 
  2148.   3. Once the data has been read, Q2ET will automatically verify the syntax. 
  2149.      If an error is detected, Q2ET will start epm.exe and display the line 
  2150.      number beneath the 'Message' text where the error has occurred along with 
  2151.      some kind of indication of what the error is.  Use the line number in the 
  2152.      status display in EPM to find the line and correct the error.  Once 
  2153.      corrected, save and close the file and select the Verify syntax item in 
  2154.      the File menu. 
  2155.   4. Once the syntax has been verified and the q.tmp file found to be error 
  2156.      free, Q2ET will automatically display the New Account window.  Enter the 
  2157.      relevant data which is not supplied in the QIF file, e.g. account number, 
  2158.      and/or make any appropriate changes. 
  2159.   5. Click OK. 
  2160.  
  2161.  Note:  It is strongly recommended that you not alter the starting balance for 
  2162.  the newly created account file.  The amount displayed is, in fact, a total of 
  2163.  all the cleared transactions which were found in the QIF file and which will 
  2164.  be saved to the account's .clr file. 
  2165.  
  2166.  
  2167. ΓòÉΓòÉΓòÉ 11.3. QIF File Format ΓòÉΓòÉΓòÉ
  2168.  
  2169. Quicken (c) QIF files generally follow these conventions: 
  2170.  
  2171.    !Type:Bank
  2172.    D12/ 1/94
  2173.    T1,000.00
  2174.    CX
  2175.    POpening Balance
  2176.    L[chequing]
  2177.    ^
  2178.    D 1/ 1/94
  2179.    N123
  2180.    T-700.00
  2181.    CX
  2182.    PJohn Doe
  2183.    MFirst and Last
  2184.    LRent
  2185.    ^
  2186.    D 1/ 2/94
  2187.    T-130.00
  2188.    PWithdrawal
  2189.    LGroceries
  2190.    SGroceries
  2191.    EJunk Food
  2192.    $-10.00
  2193.    SGroceries
  2194.    EGood Food
  2195.    $-90.00
  2196.    SPersonal
  2197.    $-30.00
  2198.    ....
  2199.  
  2200.  !Type 
  2201.   can be "Bank", "CCard", or any other type of account. E-Teller uses only two 
  2202.   types, "Bank" and "CreditCard". Q2ET will attempt to identy the account type. 
  2203.   If it is unsuccessful, it will inform you and default to type "Bank". 
  2204.  D 
  2205.   is the prefix identifying the date 
  2206.  T 
  2207.   is the prefix identifying the total 
  2208.  C 
  2209.   is the prefix identifying a cleared transaction.  If the transaction has not 
  2210.   been cleared, this line does not appear. 
  2211.  N 
  2212.   is the prefix identifying the cheque or code number.  If the transaction has 
  2213.   no number, this line does not appear. 
  2214.  P 
  2215.   is the prefix identifying the particulars.  If the transaction has no 
  2216.   particulars, this line does not appear. 
  2217.  M 
  2218.   is the prefix identifying the memo.  If the transaction has no memo, this 
  2219.   line does not appear. 
  2220.  L 
  2221.   is the prefix identifying the category.  If the transaction has no category, 
  2222.   this line does not appear. Q2ET takes the value of the first transaction as 
  2223.   the account name. 
  2224.  S 
  2225.   is the prefix identifying a split category.  If the transaction has no split 
  2226.   category, this, the optional memo, and the amount lines do not appear. 
  2227.    E 
  2228.     is the prefix identifying the memo of a split category. 
  2229.    $ 
  2230.     is the prefix identifying the amount of a split category. 
  2231.  ^ 
  2232.   is the transaction separator. 
  2233.  
  2234.  
  2235. ΓòÉΓòÉΓòÉ 12. Working with Fixed Transactions ΓòÉΓòÉΓòÉ
  2236.  
  2237. This section describes operations specific to fixed transactions 
  2238.  
  2239. For help on creating fixed transactions, see the Creating Fixed Transactions 
  2240. topic. 
  2241.  
  2242. For help on editing fixed transactions, see the Editing Fixed Transactions 
  2243. topic. 
  2244.  
  2245.  
  2246. ΓòÉΓòÉΓòÉ 12.1. Creating Fixed Transactions ΓòÉΓòÉΓòÉ
  2247.  
  2248. Creating fixed transactions is similar to creating regular transactions, except 
  2249. that they require one, possibly three, at most four extra steps. 
  2250.  
  2251. If you check the Fixed transaction checkbox in the Transaction Options window 
  2252. which appears after you've appended a new transaction, E-Teller will treat the 
  2253. new transaction as a fixed transaction and bring up the Fixed Transaction 
  2254. window after you click OK 
  2255.  
  2256. The fixed transaction window is where you specify whether the transaction is a 
  2257. Date-of-Month or Weekday one.  If you check the Fixed date of the month 
  2258. checkbox in this window, then you need do nothing else.  If you want E-Teller 
  2259. to prompt you for the next cheque number the next time ET_Month processes the 
  2260. et_fixed.dat file, then check the Prompt for Next Cheque checkbox. 
  2261.  
  2262.  
  2263. ΓòÉΓòÉΓòÉ 12.1.1. Date-of-Month Transactions ΓòÉΓòÉΓòÉ
  2264.  
  2265. Date-of-month transactions occur on specific dates within a month. An example 
  2266. would be a rent cheque which is due on the first of the month. 
  2267.  
  2268. If the fixed transaction occurs on the same date of the month, such as the 1st, 
  2269. then click on the Fixed date of month checkbox in the Fixed Transaction window. 
  2270.  
  2271. Unchecking this checkbox creates a fixed weekday transaction. 
  2272.  
  2273.  
  2274. ΓòÉΓòÉΓòÉ 12.1.2. Weekday Transactions ΓòÉΓòÉΓòÉ
  2275.  
  2276. Fixed Weekday transactions occur at specific intervals during a month.  An 
  2277. example would be a pay cheque which is deposited into your account every second 
  2278. Friday. 
  2279.  
  2280. If this is the case, then uncheck the Fixed date of the month checkbox in the 
  2281. Fixed Transaction window.  You must select a weekday upon which a transaction 
  2282. habitually takes place in addition to the frequency.  The weekday automatically 
  2283. defaults to the current weekday reported by the system date, and the frequency 
  2284. defaults to Monthly.  If either is incorrect, click on the appropriate radio 
  2285. button. 
  2286.  
  2287. There are four possible frequency settings: 
  2288.  
  2289.     ┬╖ Weekly 
  2290.     ┬╖ Biweekly 
  2291.     ┬╖ Triweekly 
  2292.     ┬╖ Monthly 
  2293.  
  2294.  If, based upon the weekday and frequency settings, the transaction will 
  2295.  reoccur more than once during the current month, then it will be added to both 
  2296.  et_fixed.dat and et_fix.dat to be processed by ET_Month. 
  2297.  
  2298.  In versions of E-Teller  previous to 1.7, there was a potential problem in 
  2299.  weekday transactions with a monthly frequency if there were five of a given 
  2300.  weekday in a month.  If such a transaction fell on the first of those 5 days, 
  2301.  then a second transaction would be added to the ledger, which, of course, was 
  2302.  incorrect.  As of version 1.7, ET_Month  ensures that only one such 
  2303.  transaction is added to a ledger and verifies that the next transaction will, 
  2304.  indeed, be added the following month when et_fix.dat is regenerated as opposed 
  2305.  to the fifth weekday of the previous month.  If it is not, then the number 
  2306.  which ET_Month  uses to calculate the transaction dates will be incremented by 
  2307.  seven. 
  2308.  
  2309.  
  2310. ΓòÉΓòÉΓòÉ 12.1.3. Prompt for Next Cheque ΓòÉΓòÉΓòÉ
  2311.  
  2312. This checkbox in the fixed transaction window instructs ET_Month to prompt you 
  2313. for the next cheque when it recreates et_fix.dat at the start of each new month 
  2314. or when it regenerates et_fix.dat after you've edited a fixed transaction. 
  2315. This is useful for post-dated rent cheques, for example. 
  2316.  
  2317. If ET_Month finds the string prompt next to a cheque number, then it will bring 
  2318. up a prompt dialog box in which will be displayed the payee and last cheque 
  2319. number.  After you enter then next cheque in the series and click OK, the 
  2320. transaction will be added to the et_fix.dat file to be processed later and the 
  2321. cheque number in et_fixed.dat will be updated with the number just entered into 
  2322. the prompt box. 
  2323.  
  2324.  
  2325. ΓòÉΓòÉΓòÉ 12.2. Opening Fixed Transaction Ledgers ΓòÉΓòÉΓòÉ
  2326.  
  2327. If either or both et_fix.dat and et_fixed.dat exist in E-Teller's directory 
  2328. when you first start E-Teller, then an extra account will be added to the 
  2329. accounts window, named Fixed Transactions. 
  2330.  
  2331. To open a fixed transaction ledger for editing purposes, double click on its 
  2332. icon as you would for any other account. Unlike regular accounts, editing fixed 
  2333. transactions is performed in a notebook, containing two pages, Daily File and 
  2334. Fixed File. For help on editing fixed transactions, see the Editing Fixed 
  2335. Transactions topic. 
  2336.  
  2337.  
  2338. ΓòÉΓòÉΓòÉ 12.3. Editing Fixed Transactions ΓòÉΓòÉΓòÉ
  2339.  
  2340. The Fixed Transaction notebook contains two pages, Daily File and Fixed File 
  2341. The first contains the data found in the et_fix.dat file; the latter data in 
  2342. the et_fixed.dat file. 
  2343.  
  2344. In both cases, editing is done in much the same way as you would edit any text 
  2345. file.  Each page has its separate Save push button.  Clicking on that button 
  2346. saves the contents of the multi-line entry field to the appropriate file. 
  2347.  
  2348. Note:  It is your responsibility to ensure that the format and data are correct 
  2349. since E-Teller does not verify that what you have entered is acceptable. 
  2350.  
  2351. For additional help on file formats, select one of the topics below: 
  2352.  
  2353.  o Daily File Format 
  2354.  o Fixed File Format 
  2355.  
  2356.  At the bottom of the Fixed File page is a button labelled Regenerate.  This 
  2357.  button is enabled only when you've made changes to the file and clicked the 
  2358.  Save button. Regenerate invokes et_month.exe and recreates the et_fix.dat file 
  2359.  based upon the information contained in the newly saved et_fixed.dat file.  It 
  2360.  is necessary to regenerate only if you have made changes that would affect the 
  2361.  automatic transaction inclusion for the remainder of the month, such as moving 
  2362.  the date of a fixed weekday transaction back in order to have one such 
  2363.  transaction automatically added to your account file. 
  2364.  
  2365.  Note:  It is recommended that, after you click the Regenerate button, you 
  2366.  return to the Daily File page and click on the Refresh button to omit any 
  2367.  transactions that should not be automatically added to your account file next 
  2368.  time et_month.exe is invoked. 
  2369.  
  2370.  
  2371. ΓòÉΓòÉΓòÉ 12.3.1. Daily File Format ΓòÉΓòÉΓòÉ
  2372.  
  2373. A typical entry for the Daily File page is: 
  2374.  
  2375.    [01]
  2376.    d:\e-teller\savings.ldg
  2377.    NDEP
  2378.    PPay Deposit
  2379.    T1,000.00
  2380.    LPay Income
  2381.    ^
  2382.  
  2383. All but the first two lines are identical to those found in regular account 
  2384. files.  The first line represents the date of the month on which the 
  2385. transaction is to be added to the account file found on the second line.  Thus, 
  2386. if the first line contains [01], then the transaction between the filename 
  2387. line, in this case d:\e-teller\savings.ldg and the transaction separator (^) 
  2388. would be added to the savings.ldg file. 
  2389.  
  2390. Note:  You must ensure that the data in the Daily File is accurate, since 
  2391. E-Teller makes no attempt to verify its accuracy. 
  2392.  
  2393.  
  2394. ΓòÉΓòÉΓòÉ 12.3.2. Fixed File Format ΓòÉΓòÉΓòÉ
  2395.  
  2396. There are two sections to most et_fixed.dat files depending on the options 
  2397. which were selected when the fixed transaction was first created. 
  2398.  
  2399. The first section is identical to that outlined in the Daily File Format with 
  2400. the exception that at the end of this first section, the string <end> appears 
  2401. on a line by itself, for example 
  2402.  
  2403.    [01]
  2404.    d:\e-teller\savings.ldg
  2405.    NDEP
  2406.    PPay Deposit
  2407.    T1,000.00
  2408.    LPay Income
  2409.    ^
  2410.    <end>
  2411.  
  2412. The second section begins with a line containing the string [Weekdays].  There 
  2413. are three exceptions to such fixed entries as opposed to those which appear in 
  2414. the first section: 
  2415.  
  2416.   1. Rather than a date of the month, the first line contains a day of the 
  2417.      week. 
  2418.   2. The last line of every transaction contains a four-character code which 
  2419.      must begin with either a W, B, T, or M, representing a Weekly, Biweekly, 
  2420.      Triweekly, or Monthly transaction respectively.  Following this one letter 
  2421.      is an equals sign (=) and a two-digit date which represents the date upon 
  2422.      which et_month.exe should begin calculating when it regenerates the 
  2423.      et_fix.dat file at the beginning of the next month.  In other words, the 
  2424.      number must fall upon the day of the week for which the transaction is 
  2425.      supposed to occur.  It is pointless, for example, to assign a date of 14 
  2426.      to a monthly Friday transaction whose starting date should be 12.  If you 
  2427.      were to assign a starting date of 14, then the calculation for the next 
  2428.      month would be incorrect, and the transaction would, in all likelihood, 
  2429.      not fall on a Friday. 
  2430.   3. The section is not terminated by an <end> string. 
  2431.  
  2432.  A typical weekday section, then, may look like: 
  2433.  
  2434.      [Weekdays]
  2435.      Friday
  2436.      d:\e-teller\savings.ldg
  2437.      NDEP
  2438.      PPay Deposit
  2439.      T1,000.00
  2440.      LPay Income
  2441.      B=08
  2442.      ^
  2443.      Wednesday
  2444.      d:\e-teller\savings.ldg
  2445.      NWIT
  2446.      PMortgage Payment
  2447.      T-750.00
  2448.      M=06
  2449.      ^
  2450.  
  2451.  
  2452. ΓòÉΓòÉΓòÉ 12.4. Using ET_Month ΓòÉΓòÉΓòÉ
  2453.  
  2454. ET_Month generally works independently and in the background.  The exception to 
  2455. this is if it encounters a transaction for which you've requested to be 
  2456. prompted for the next cheque number. 
  2457.  
  2458. For ET_Month to be effective, it should reside in your E-Teller directory, and 
  2459. a shadow should be placed in your startup folder. 
  2460.  
  2461. If a shadow of ET_Month is located in your startup folder, then it will look in 
  2462. the et_fix.dat file for any transactions that require processing depending on 
  2463. the system date.  If you haven't booted OS/2 in a few days, don't worry, 
  2464. because ET_Month processes all the transactions it finds with a date earlier or 
  2465. equal to the system date.  As transactions are processed, they are removed from 
  2466. the et_fix.dat file so that they don't get processed more than once a month. 
  2467.  
  2468. At the beginning of the month, ET_Month looks in the et_fix.dat file for any 
  2469. unprocessed transactions.  If it finds any, it processes them.  It then 
  2470. regenerates et_fix.dat based upon the information contained in et_fixed.dat, 
  2471. first running through the date-of-month transactions and then the weekday ones. 
  2472. If you failed to boot OS/2 on the first of the month, don't worry, because 
  2473. ET_Month  ensures that the date for both the et_fix.dat and et_fixed.dat files 
  2474. reflect the month reported by the system date. 
  2475.  
  2476.  
  2477. ΓòÉΓòÉΓòÉ 13. Known Bugs/Limitations ΓòÉΓòÉΓòÉ
  2478.  
  2479. There are no known bugs, but I'm quite certain there are a number of anonymous 
  2480. bugs. ;) 
  2481.  
  2482.  
  2483. ΓòÉΓòÉΓòÉ 14. A Call for Suggestions ΓòÉΓòÉΓòÉ
  2484.  
  2485. I realize that E-Teller Report is still limited, particularly where layouts are 
  2486. concerned.  If you would like a specific layout included in a later release, 
  2487. then send your suggestion to me.  What I would need is: 
  2488.  
  2489.   1. A list of headings.  If you have a heading which is not currently found in 
  2490.      the two layouts, a somewhat detailed description of its purpose would be 
  2491.      useful if not essential. 
  2492.   2. Some idea of how the data should be organized, i.e. columns, lines, etc. 
  2493.  
  2494.  Ideally, a bogus report would be nice with a brief explanation for those items 
  2495.  which are not self-evident. 
  2496.  
  2497.  If your layout gets included in a future release, your contribution will be 
  2498.  duly noted. 
  2499.  
  2500.  
  2501. ΓòÉΓòÉΓòÉ 15. Warranty ΓòÉΓòÉΓòÉ
  2502.  
  2503. E-Teller and its accompanying software and documentation are supplied with no 
  2504. warranty whatsoever, either expressed or implied. Neither its author nor Watcom 
  2505. International can be held directly or indirectly responsible for any loss 
  2506. and/or damage to your data and/or system as a result of the use and/or misuse 
  2507. of E-Teller. All software is supplied AS IS. 
  2508.  
  2509. If you use this program, you understand that you do so AT YOUR OWN RISK. 
  2510.  
  2511.  
  2512. ΓòÉΓòÉΓòÉ 16. Copyright Notices ΓòÉΓòÉΓòÉ
  2513.  
  2514.                          E-Teller (c) 1994 Paul H. Caron
  2515.                    VX-Rexx (c) 1993, 1994 Watcom International
  2516.                                   OS/2 (c) IBM
  2517.                                Quicken (c) Intuit
  2518.  
  2519.  
  2520. ΓòÉΓòÉΓòÉ 17. Contacting the Author ΓòÉΓòÉΓòÉ
  2521.  
  2522. Should you find a bug or have suggestions for improvements, I can be reached at 
  2523.  
  2524.      G9026163@mcmail.cis.McMaster.CA
  2525.  
  2526.  
  2527. ΓòÉΓòÉΓòÉ 18. Registration ΓòÉΓòÉΓòÉ
  2528.  
  2529. This product is released as Shareware.  Your are granted permission to use 
  2530. E-Teller for a period not exceeding 30 days for evaluation purposes only.  If 
  2531. you decide to continue using E-Teller, you are required to register the program 
  2532. by sending a one-time registration fee of $25 US ($30 CAN) to: 
  2533.  
  2534.     Paul H. Caron 
  2535.     c/o Mr. J-P Caron 
  2536.     A10-420 Westmount Avenue 
  2537.     Sudbury, Ontario 
  2538.     P3A 5V4 
  2539.     CANADA 
  2540.  
  2541.  Please print the supplied registration form and send it along with your cheque 
  2542.  or money order. 
  2543.  
  2544.  Previously, upgrades to major releases of E-Teller required additional 
  2545.  payments.  As of version 1.7, this is no longer the case.  Your registration 
  2546.  fee is a one-time payment which covers all subsequent releases of E-Teller. 
  2547.  Current registered users are not required to make any further payments.  As a 
  2548.  result of this change, the registration cost for E-Teller has risen by $5, 
  2549.  which is still reasonable, I think. 
  2550.  
  2551.  You are encouraged to distribute E-Teller as long as you maintain the 
  2552.  integrity of the original archive and do not distribute any of the programs 
  2553.  contained therein separately as individual applications.  You may omit 
  2554.  VROBJ.DLL on condition that you provide clear instructions as to where a 
  2555.  potential downloader may find the latest version of the DLL, and that you make 
  2556.  it clear that the DLL is required.  Your are not permitted to charge a fee for 
  2557.  the use of E-Teller.  You are permitted to charge a small fee to cover 
  2558.  distribution and/or media costs, as long as that fee does not exceed $5 US. 
  2559.  
  2560.  
  2561. ΓòÉΓòÉΓòÉ 18.1. How Do I Register? ΓòÉΓòÉΓòÉ
  2562.  
  2563. To register E-Teller, fill out the attached registration form and send it along 
  2564. with your cheque or money order to the address appearing on the form. 
  2565.  
  2566. Once I've received your payment, I will e-mail or snail-mail your registration 
  2567. number to you, after which you will select the Product information  item from 
  2568. the Help menu in the accounts window, click on the Register button, and enter 
  2569. the registration number provided into the entry field. 
  2570.  
  2571. Note:  The registration number is written to e-teller.ini, so please keep a 
  2572. hard copy of the number.  I will not provide replacement numbers. 
  2573.  
  2574.  
  2575. ΓòÉΓòÉΓòÉ 18.2. Registration Form ΓòÉΓòÉΓòÉ
  2576.  
  2577. E-Teller v.2.1
  2578.  
  2579. Thank you for registering E-Teller.  Your registration
  2580. entitles you free upgrades to all future releases of
  2581. E-Teller.
  2582.  
  2583. Please take a minute to fill out the form below, and send it along
  2584. with your registration fee (cheque or money order only, please)
  2585. to:
  2586.  
  2587.       Paul H. Caron
  2588.       c/o Mr. J-P Caron
  2589.       A10-420 Westmount Ave.
  2590.       Sudbury, Ontario  P3A 5V4
  2591.       CANADA
  2592.  
  2593.  
  2594. Name ____________________________________________________________
  2595.  
  2596. Address _________________________________________________________
  2597.  
  2598. City ______________________________ Prov./State _________________
  2599.  
  2600. Postal/Zip Code _______________________ Country _________________
  2601.  
  2602. E-Mail Address __________________________________________________
  2603.  
  2604.  
  2605.    _______ Version Number
  2606.    _______ Number of copies
  2607.    _______ @ $25 US ($30 Canadian)
  2608.    _______ Enclosed payment
  2609.  
  2610.  
  2611. If you have any comments or suggestions, please jot them below:
  2612.  
  2613.  
  2614. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2615.  
  2616.  Layouts are the way in which reports are written to file.  Currently, E-Teller 
  2617. Report supports two layouts, Transaction Ledger and Sorted Category. 
  2618.  
  2619.  
  2620. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2621.  
  2622.  Category restrictions limit or restrict the transactions that are written to 
  2623. file.  In other words, any transaction which does not contain a category which 
  2624. you select from the restriction list is omitted from the report. 
  2625.  
  2626.  
  2627. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2628.  
  2629.  The Transaction Ledger layout is similar to E-Teller's ledger in which each 
  2630. transaction is printed sequentially.  What is printed depends on the various 
  2631. selections you make in the other Report Options notebook pages.  Its purpose is 
  2632. primarily for a hard copy of your account(s) ledger(s). 
  2633.  
  2634.  
  2635. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2636.  
  2637.  The Sorted Category layout is slightly different from the Transaction Ledger 
  2638. in that categories govern the final printed report rather than the sequential 
  2639. order of the transactions within the various files.  It is useful primarily for 
  2640. budget and income tax purposes since transactions which share a category are 
  2641. grouped together.  Categories are first sorted alphabetically. 
  2642.  
  2643.  
  2644. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2645.  
  2646.  The cleared transaction file, which always has a .clr extension, contains, in 
  2647. addition to account-specific information, all of the transactions which have 
  2648. been previously cleared through the 
  2649.  
  2650.  
  2651. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2652.  
  2653.  The uncleared transaction file, which always has a .ldg extension, contains 
  2654. all of the transactions which have not been 
  2655.  
  2656.  
  2657. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  2658.  
  2659.  Fixed transactions are those that remain constant from month to month or at a 
  2660. pre-defined period within a month, such as rent cheques, mortgage payments, or 
  2661. pay cheques that are automatically deposited into your bank account. 
  2662.  
  2663. There are two different types of fixed transactions: 
  2664.  
  2665.  o Date-of-Month 
  2666.  o Weekday 
  2667.